Hi,

Creating a BufferedImage from a JPG seems pretty straightforward:

BufferedImage img =
JPEGCodec.createJPEGDecoder(inputStream).decodeAsBufferedImage();

but I don't see a way to do the same thing for a GIF.  What am I missing here?

Thanks,
Todd Klaus

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to