Uses of Interface
is.galia.codec.Encoder
Packages that use Encoder
Package
Description
Contains classes related to reading/decoding and writing/coding of images
and image metadata.
Contains two main components:
Package in which processors reside.
-
Uses of Encoder in is.galia.codec
Methods in is.galia.codec that return EncoderModifier and TypeMethodDescriptionstatic Encoder
EncoderFactory.newEncoder
(Encode encode, Arena arena) Returns a new instance capable of encoding the given format, based on the setting ofKey.ENCODER_FORMATS
.Methods in is.galia.codec that return types with arguments of type EncoderModifier and TypeMethodDescriptionEncoderFactory.getAllEncoders()
EncoderFactory.getEnabledEncoders()
EncoderFactory.getPluginEncoders()
-
Uses of Encoder in is.galia.codec.gif
Classes in is.galia.codec.gif that implement EncoderModifier and TypeClassDescriptionfinal class
Implementation wrapping the default JDK Image I/O GIFImageWriter
. -
Uses of Encoder in is.galia.codec.jpeg
Classes in is.galia.codec.jpeg that implement EncoderModifier and TypeClassDescriptionfinal class
Implementation wrapping the default JDK Image I/O JPEGImageWriter
. -
Uses of Encoder in is.galia.codec.png
Classes in is.galia.codec.png that implement EncoderModifier and TypeClassDescriptionfinal class
Implementation wrapping the default JDK Image I/O PNGImageWriter
. -
Uses of Encoder in is.galia.codec.tiff
Classes in is.galia.codec.tiff that implement EncoderModifier and TypeClassDescriptionfinal class
Implementation wrapping the default JDK Image I/O TIFFImageWriter
. -
Uses of Encoder in is.galia.processor
Methods in is.galia.processor with parameters of type EncoderModifier and TypeMethodDescriptionvoid
Processor.setEncoder
(Encoder encoder) Will be called beforeProcessor.process(is.galia.operation.OperationList, java.io.OutputStream)
.