Uses of Class
is.galia.codec.AbstractImageIOEncoder
Packages that use AbstractImageIOEncoder
Package
Description
Contains two main components:
-
Uses of AbstractImageIOEncoder in is.galia.codec.gif
Subclasses of AbstractImageIOEncoder in is.galia.codec.gifModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O GIFImageWriter. -
Uses of AbstractImageIOEncoder in is.galia.codec.jpeg
Subclasses of AbstractImageIOEncoder in is.galia.codec.jpegModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O JPEGImageWriter. -
Uses of AbstractImageIOEncoder in is.galia.codec.png
Subclasses of AbstractImageIOEncoder in is.galia.codec.pngModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O PNGImageWriter. -
Uses of AbstractImageIOEncoder in is.galia.codec.tiff
Subclasses of AbstractImageIOEncoder in is.galia.codec.tiffModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O TIFFImageWriter.