See: Description
Interface | Description |
---|---|
PNGTranscoder.WriteAdapter |
This interface is used by
PNGTranscoder to write PNG images
through different codecs. |
TIFFTranscoder.WriteAdapter |
This interface is used by
TIFFTranscoder to write TIFF images
through different codecs. |
Class | Description |
---|---|
ImageTranscoder |
This class enables to transcode an input to an image of any format.
|
JPEGTranscoder |
This class is an
ImageTranscoder that produces a JPEG image. |
JPEGTranscoder.OutputStreamWrapper |
This class will never throw an IOException, instead it eats
them and then ignores any future calls to it's interface.
|
JPEGTranscoder.QualityKey |
A transcoding Key represented the JPEG image quality.
|
PNGTranscoder |
This class is an
ImageTranscoder that produces a PNG image. |
TIFFTranscoder |
This class is an
ImageTranscoder that produces a TIFF image. |