Uses of Interface
is.galia.codec.Decoder
Packages that use Decoder
Package
Description
Package relating to all aspects of caching of images and their
characteristics.
Contains classes related to reading/decoding and writing/coding of images
and image metadata.
Contains two main components:
Classes for properties associated with an image.
Package in which processors reside.
-
Uses of Decoder in is.galia.cache
Methods in is.galia.cache with parameters of type DecoderModifier and TypeMethodDescriptionCacheFacade.fetchOrReadInfo(Identifier identifier, Format format, Decoder decoder) Returns theInfoof the source image corresponding to the given identifier. -
Uses of Decoder in is.galia.codec
Methods in is.galia.codec that return DecoderModifier and TypeMethodDescriptionstatic DecoderDecoderFactory.newDecoder(Format format, Arena arena) Returns a new instance capable of decoding the given format.Methods in is.galia.codec that return types with arguments of type DecoderModifier and TypeMethodDescriptionDecoderFactory.getAllDecoders()DecoderFactory.getPluginDecoders() -
Uses of Decoder in is.galia.codec.bmp
Classes in is.galia.codec.bmp that implement DecoderModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O BMPImageReader. -
Uses of Decoder in is.galia.codec.gif
Classes in is.galia.codec.gif that implement DecoderModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O GIFImageReader. -
Uses of Decoder in is.galia.codec.jpeg
Classes in is.galia.codec.jpeg that implement DecoderModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O JPEGImageReader. -
Uses of Decoder in is.galia.codec.png
Classes in is.galia.codec.png that implement DecoderModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O PNGImageReader. -
Uses of Decoder in is.galia.codec.tiff
Classes in is.galia.codec.tiff that implement DecoderModifier and TypeClassDescriptionfinal classImplementation wrapping the default JDK Image I/O TIFFImageReader. -
Uses of Decoder in is.galia.image
Methods in is.galia.image with parameters of type Decoder -
Uses of Decoder in is.galia.processor
Methods in is.galia.processor with parameters of type DecoderModifier and TypeMethodDescriptionvoidProcessor.setDecoder(Decoder decoder) Will be called beforeProcessor.process(is.galia.operation.OperationList, java.io.OutputStream).