Hi,
I have access to a binary file that contains 1 or more images. I am
trying to access the images in
java so that I can extract them and
place them in a directory. I know the file is in little-endian format
and I used com.mindprod.ledatastream.LEDataInputStream to read it. I
the first line is ascii and tells me the length of the blob. My issue is I do not know how to navigate throught the file to extract each image. I know i have issues that will have me use sime Image api later on, but if I can not isolate the images into logical chunks I will not get anywhere.
Any suggestions, code snippets?