> ImageWriterRegistry.getInstance() is a do-nothing method! Is there
> something I don't know about?
I'm not familiar with this...
> ImageWriter writer =
> ImageWriterRegistry.getInstance().getWriterFor("image/jpeg");
> returns a null ImageWriter. I'm not sure why.
You may try to instance
"org.apache.batik.ext.awt.image.codec.jpeg.JPEGImageWriter" directly
and check if it does the trick...
Regards,
Helder Magalhães
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]