Uses of Enum Class
loci.formats.tiff.TiffCompression
Packages that use TiffCompression
Package
Description
Package containing Bio-Formats file format writers.
Package containing Bio-Formats TIFF code of general utility.
-
Uses of TiffCompression in loci.formats.out
Methods in loci.formats.out that return TiffCompressionModifier and TypeMethodDescriptionprivate TiffCompressionDicomWriter.getTIFFCompression()private TiffCompressionTiffWriter.getTIFFCompression()Get the TIFF compression enum value that corresponds to the current compression type. -
Uses of TiffCompression in loci.formats.tiff
Fields in loci.formats.tiff with type parameters of type TiffCompressionModifier and TypeFieldDescriptionprivate static final Map<Integer, TiffCompression> TiffCompression.lookupReverse lookup of code to TIFF compression enumerate value.Methods in loci.formats.tiff that return TiffCompressionModifier and TypeMethodDescriptionstatic TiffCompressionTiffCompression.get(int code) Retrieves a TIFF compression instance by code.IFD.getCompression()Retrieves the image's compression type (TIFF tag Compression) from this IFD.static TiffCompressionReturns the enum constant of this class with the specified name.static TiffCompression[]TiffCompression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in loci.formats.tiff that return types with arguments of type TiffCompressionModifier and TypeMethodDescriptionprivate static Map<Integer, TiffCompression> TiffCompression.getCompressionMap()