> I want to create jpeg file from Grpahics2D object. Please let me know > how to do it. If possible give me some sample code.
create a BufferedImage get its Graphics2D object paint inside look at the code in the JPEGTranscoder to see how you can create a JPEG from a BufferedImage. Hope that helps, Thierry. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
