Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoLongs
-
Packages that use TagInfoLongs Package Description org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files.org.apache.commons.imaging.formats.tiff.constants TIFF constants.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfoLongs in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoLongs Modifier and Type Method Description int[]
TiffDirectory. getFieldValue(TagInfoLongs tag, boolean mustExist)
int[]
TiffImageMetadata. getFieldValue(TagInfoLongs tag)
-
Uses of TagInfoLongs in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoLongs Modifier and Type Field Description static TagInfoLongs
DngTagConstants. EXIF_TAG_EXTRA_CAMERA_PROFILES
static TagInfoLongs
ExifTagConstants. EXIF_TAG_INTERGRAPH_FLAG_REGISTERS
static TagInfoLongs
DngTagConstants. EXIF_TAG_PROFILE_HUE_SAT_MAP_DIMS
static TagInfoLongs
DngTagConstants. EXIF_TAG_PROFILE_LOOK_TABLE_DIMS
static TagInfoLongs
TiffTagConstants. TIFF_TAG_FREE_BYTE_COUNTS
static TagInfoLongs
TiffTagConstants. TIFF_TAG_FREE_OFFSETS
static TagInfoLongs
TiffTagConstants. TIFF_TAG_JPEG_ACTABLES
static TagInfoLongs
TiffTagConstants. TIFF_TAG_JPEG_DCTABLES
static TagInfoLongs
TiffTagConstants. TIFF_TAG_JPEG_QTABLES
static TagInfoLongs
TiffTagConstants. TIFF_TAG_REFERENCE_BLACK_WHITE
static TagInfoLongs
Rfc2301TagConstants. TIFF_TAG_STRIP_ROW_COUNTS
static TagInfoLongs
TiffTagConstants. TIFF_TAG_TILE_OFFSETS
-
Uses of TagInfoLongs in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoLongs Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoLongs tagInfo, int... values)
-