Hey, just a thought: Batik only supports PNG-24 right now, right? Supporting PNG-8 would be a very good alternative to the GIF Transcoder I contributed. PNG-24 files are simply too large for webapps and GIFs have the well know patent problem. So PNG-8 would be really intresting. Sorry that I don't have time to contribute a PNG-8 support, but may be someone else has;-).
Roland Schulz > Thanks for your contribution! I suggest putting it in the contrib > directory of the distribution with instructions on how to use it. > > Vincent. > > Roland Schulz wrote: > > sorry I forgot the attachment > > > > here it comes > > > > > Hey! > > > > > > Based on the PNG Transcoder I wrote a GIF Transcoder. It uses the GIF > > > Encoder provided by acme > > > http://www.acme.com/java/software/Acme.JPM.Encoders.GifEncoder.html. > > > This Encoder doesn't support transparency. I knew a freely available > > > Encoder which supports transparency, but I can't find it anymore. In > > > case you don't want the dependency with the acme lib, I would suggest > > > that you comment out the compilation of the GIFTranscoder by default in > > > the build.xml file. > > > > > > > > > Roland Schulz > > > > > > ------------------------------------------------------------------------ > > Name: GIFTranscoder.java > > GIFTranscoder.java Type: text/x-java > > Encoding: base64 > > > > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- To > > unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
