fup2 comp.lang.java.programmer
abs:
> I've searched the net for information on how to read the thumbnail
>image that many JPG files have embedded into them. No success until
>now. Can somebody help me with a piece of java code (not using any kind
>of external library, only JSDK classes, please) I can use in my
>application, please ?
Check out javax.imageio.ImageReader and its various methods with
"thumbnail" in the name, e.g. hasThumbnails, readThumbnail, etc.
Regards,
Marco

Signature
Please reply in the newsgroup, not by email!
Java programming tips: http://jiu.sourceforge.net/javatips.html
Other Java pages: http://www.geocities.com/marcoschmidt.geo/java.html