
Signature
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
>>I was wondering how to do a routine to convert .GIF and .JPG files
>>to .PNG files.
[quoted text clipped - 4 lines]
>
>see http://mindprod.com/jgloss/jpgencoder.html
I suspect you meant..
<http://mindprod.com/jgloss/jpegencoder.html>
..because..
<http://mindprod.com/jgloss/jpgencoder.html>
..is a 404.
>http://mindprod.com/jgloss/pngencoder.html
Both those pages are still loading, but note this
whould be fairly simple to do, using Java 1.4+.
Marco Schmidt has some examples that might
be closely relevent, one loads an image and saves
to .JPEG, the other saves a screenshot as a .PNG.
<http://schmidt.devlib.org/java/image-file-code-examples.html>

Signature
Andrew Thompson
http://www.athompson.info/andrew/