Posted By:
AlessandroA_Garbagnati
Posted On:
Friday, April 6, 2001 08:05 AM
Shyam,
There are no direct API for converting images from GIF to JPEG and viceversa. Java 2 includes a set of classes that belong to the package
com.sun.image.codec.jpeg, to read and write jpeg images.
java.awt.MediaTracker can read GIF images, but there is no way to save them, unless you get external packages, like this fromm
www.acme.com