Package loci.formats.tiff
Class TiffConstants
java.lang.Object
loci.formats.tiff.TiffConstants
Generally useful TIFF-related constants.
- Author:
- Curtis Rueden ctrueden at wisc.edu, Eric Kjellman egkjellman at wisc.edu, Melissa Linkert melissa at glencoesoftware.com, Chris Allan callan at blackcat.ca
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intThe number of bytes in each IFD entry of a BigTIFF file.static final longNumber of bytes at which to automatically switch to BigTIFF This is approximately 3.9 GB instead of 4 GB, to allow space for the IFDs.static final intstatic final intThe number of bytes in each IFD entry.static final intstatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BYTES_PER_ENTRY
public static final int BYTES_PER_ENTRYThe number of bytes in each IFD entry.- See Also:
-
BIG_TIFF_BYTES_PER_ENTRY
public static final int BIG_TIFF_BYTES_PER_ENTRYThe number of bytes in each IFD entry of a BigTIFF file.- See Also:
-
MAGIC_NUMBER
public static final int MAGIC_NUMBER- See Also:
-
BIG_TIFF_MAGIC_NUMBER
public static final int BIG_TIFF_MAGIC_NUMBER- See Also:
-
LITTLE
public static final int LITTLE- See Also:
-
BIG
public static final int BIG- See Also:
-
BIG_TIFF_CUTOFF
public static final long BIG_TIFF_CUTOFFNumber of bytes at which to automatically switch to BigTIFF This is approximately 3.9 GB instead of 4 GB, to allow space for the IFDs.- See Also:
-
-
Constructor Details
-
TiffConstants
private TiffConstants()
-