> Petio Zaffirov wrote:
>
> I'm trying to encode BufferedImage to gif file (with using
> of several free encoder classes), but there are the following
> problem: I must to convert buffered image to 256 color image
> but I don't know how.
I have a free animated GIF encoder available at:
http://www.fmsware.com/stuff/gif.html
It works for single frame images also, and uses Anthony Dekker's
NeuQuant color quantizer so you don't have to convert the image
first. It's not the fastest quantizer, but it produces very nice
results.
---------------------------------------------------------------------
Kevin Weiner FM Software 610-997-3930 http://www.fmsware.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".