public final class TiffConstants
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | BIG | 
| static int | BIG_TIFF_BYTES_PER_ENTRYThe number of bytes in each IFD entry of a BigTIFF file. | 
| static 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. | 
| static int | BIG_TIFF_MAGIC_NUMBER | 
| static int | BYTES_PER_ENTRYThe number of bytes in each IFD entry. | 
| static int | LITTLE | 
| static int | MAGIC_NUMBER | 
| Modifier | Constructor and Description | 
|---|---|
| private  | TiffConstants() | 
public static final int BYTES_PER_ENTRY
public static final int BIG_TIFF_BYTES_PER_ENTRY
public static final int MAGIC_NUMBER
public static final int BIG_TIFF_MAGIC_NUMBER
public static final int LITTLE
public static final int BIG
public static final long BIG_TIFF_CUTOFF
Copyright © 2023 Open Microscopy Environment