| Class | Description |
|---|---|
| AbstractImageIORegistryEntry |
This is the base class for all ImageIO-based RegistryEntry implementations.
|
| ImageIOImageWriter |
ImageWriter implementation that uses Image I/O to write images.
|
| ImageIOJPEGImageWriter |
ImageWriter that encodes JPEG images using Image I/O.
|
| ImageIOJPEGRegistryEntry |
RegistryEntry implementation for loading JPEG images through Image I/O.
|
| ImageIOPNGImageWriter |
ImageWriter that encodes PNG images using Image I/O.
|
| ImageIOPNGRegistryEntry |
RegistryEntry implementation for loading PNG images through Image I/O.
|
| ImageIOTIFFImageWriter |
ImageWriter that encodes TIFF images using Image I/O.
|
| ImageIOTIFFRegistryEntry |
RegistryEntry implementation for loading TIFF images through Image I/O.
|