Reputation: 31
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?
Upvotes: 2
Views: 190
Reputation: 6584
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.
Upvotes: 1