> Hi All,
>
> Are there equivalent Java codecs for GIF and PNG files as there are
> for JPEG files? I have an object that performs image resizing for
> JPG's using JPEGImageEncoder and JPEGEncodeParam classes. I was
> wondering if there were PNG and GIF equivalents.
What do you mean by codec?

Signature
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
HugeBob - 19 Nov 2007 20:06 GMT
On Nov 19, 2:27 pm, Daniel Pitts
<newsgroup.spamfil...@virtualinfinity.net> wrote:
> > Hi All,
>
[quoted text clipped - 7 lines]
> --
> Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
By codec I mean the packages that contain classes for encoding and
decoding JPEG data. I'm using the one for JPEG's:
com.sun.image.codec.jpeg.*. I was wondering if they were available
for PNG's and GIF's.