jpeg types
Posted: 2013-06-22T01:58:29-07:00
Hi,
I found difficult parsing jpeg format, I need take only sizes of images.
I made an app what goes through first 200 bytes of jpeg, that found JFIF header and cant found width or height from double byte values.
Could someone say where I can found examples of different types JPEG's(i.e. many image created by foreign apps)?
Or how that could be when my app can't found width or height on the head of image? I've cheked it with imagemagick and not found similar values, for other jpeg's that works, but I found one or two jpeg images from where I got sizes of picture.
I found difficult parsing jpeg format, I need take only sizes of images.
I made an app what goes through first 200 bytes of jpeg, that found JFIF header and cant found width or height from double byte values.
Could someone say where I can found examples of different types JPEG's(i.e. many image created by foreign apps)?
Or how that could be when my app can't found width or height on the head of image? I've cheked it with imagemagick and not found similar values, for other jpeg's that works, but I found one or two jpeg images from where I got sizes of picture.