Class ImageIOWriter

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileWriter, IFormatHandler, IFormatWriter, IMetadataConfigurable, IPyramidHandler
Direct Known Subclasses:
JPEGWriter

public abstract class ImageIOWriter extends FormatWriter
ImageIOWriter is the superclass for file format writers that use the javax.imageio library.
Author:
Curtis Rueden ctrueden at wisc.edu