On Apr 14, 7:36 pm, Jules <[email protected]> wrote: > Hello, > > I manage a project where users upload JPEG images for processing. > Generally the images are taken with Nikon cameras, but recently one > user took images with a Droid and the client software did not > recognize the Droid JPEG images for upload. The client software > developer said it's because they read images written in the standard > JPEG file interchange format (JFIF), and Droid JPEGs are not in this > format.
AFAIR, there are some 27 algorythms of JPEG, number 5 being most common. But even within JFIF there are possibilities to screw up (badly programmed) clients. I remember that too large huffman tables produced buffer overflows on some medical image viewers. > Why, and can this be corrected? I would look on client side (I bet that images coming from droid will pass verification and compliance tests) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

