JPG Thumbnails

  • Follow


Hi!

   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 ?


Thanks in advance

--
Abs
0
Reply abs 1/12/2004 11:18:00 PM

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
-- 
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
0
Reply Marco 1/12/2004 11:38:20 PM


1 Replies
164 Views

(page loaded in 0.778 seconds)

Similiar Articles:













7/29/2012 12:44:43 AM


Reply: