Uses of Enum Class
is.galia.codec.DecoderHint
Packages that use DecoderHint
Package
Description
Contains classes related to reading/decoding and writing/coding of images
and image metadata.
Contains two main components:
-
Uses of DecoderHint in is.galia.codec
Subclasses with type arguments of type DecoderHint in is.galia.codecModifier and TypeClassDescriptionenumHint provided to or returned fromDecoder.decode(int, Region, double[], ReductionFactor, double[], Set).Methods in is.galia.codec that return DecoderHintModifier and TypeMethodDescriptionstatic DecoderHintReturns the enum constant of this class with the specified name.static DecoderHint[]DecoderHint.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in is.galia.codec with type arguments of type DecoderHintModifier and TypeMethodDescriptionAbstractImageIODecoder.decode(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> decoderHints) Attempts to read an image as efficiently as possible, exploiting its tile layout, if possible.Decoder.decode(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> decoderHints) Decodes the region of the image corresponding to the given arguments. -
Uses of DecoderHint in is.galia.codec.gif
Method parameters in is.galia.codec.gif with type arguments of type DecoderHintModifier and TypeMethodDescriptionGIFDecoder.decode(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> decoderHints) -
Uses of DecoderHint in is.galia.codec.jpeg
Method parameters in is.galia.codec.jpeg with type arguments of type DecoderHintModifier and TypeMethodDescriptionJPEGDecoder.decode(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> hints) Override to handle images with incompatible ICC profiles, and also CMYK images, neither of which the Sun JPEGImageReader can do. -
Uses of DecoderHint in is.galia.codec.tiff
Method parameters in is.galia.codec.tiff with type arguments of type DecoderHintModifier and TypeMethodDescriptionTIFFDecoder.decode(int imageIndex, Region region, double[] scales, ReductionFactor reductionFactor, double[] diffScales, Set<DecoderHint> hints) Override that is multi-resolution- and tile-aware.