Class TiffConstants

java.lang.Object
loci.formats.tiff.TiffConstants

public final class TiffConstants extends Object
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 Details

    • BYTES_PER_ENTRY

      public static final int BYTES_PER_ENTRY
      The number of bytes in each IFD entry.
      See Also:
    • BIG_TIFF_BYTES_PER_ENTRY

      public static final int BIG_TIFF_BYTES_PER_ENTRY
      The 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_CUTOFF
      Number 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()