I've got a simple jpeg validator that checks the final two bytes of uploaded images for the standard EOI indicator (0xFF,0xD9).

I've noticed images uploaded from ICS 4.0.1 no longer have this EOI marker.

Have others noticed this strangeness?

link|improve this question
feedback

1 Answer

Android is completely screwed up in regards of coding jpeg's. If you investigate closer you'll see that it probably also misses a JFIF header and that the EXIF data is corrupt.

File a bug report.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.