Image Codecs

H

HugeBob

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.
 
D

Daniel Pitts

HugeBob said:
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?
 
H

HugeBob

What do you mean by codec?

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top