Is there any way through which I can convert a java graphics dynamically to a gif or a jpeg image
Printable View
Is there any way through which I can convert a java graphics dynamically to a gif or a jpeg image
you may consider the following url for converting image to gif image .
http://www.acme.com/
Or you may consider Java2D for the jpeg image.
good luck
Alfred Wu