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 TagInfoLongsDngTagConstants. EXIF_TAG_EXTRA_CAMERA_PROFILESstatic TagInfoLongsExifTagConstants. EXIF_TAG_INTERGRAPH_FLAG_REGISTERSstatic TagInfoLongsDngTagConstants. EXIF_TAG_PROFILE_HUE_SAT_MAP_DIMSstatic TagInfoLongsDngTagConstants. EXIF_TAG_PROFILE_LOOK_TABLE_DIMSstatic TagInfoLongsTiffTagConstants. TIFF_TAG_FREE_BYTE_COUNTSstatic TagInfoLongsTiffTagConstants. TIFF_TAG_FREE_OFFSETSstatic TagInfoLongsTiffTagConstants. TIFF_TAG_JPEG_ACTABLESstatic TagInfoLongsTiffTagConstants. TIFF_TAG_JPEG_DCTABLESstatic TagInfoLongsTiffTagConstants. TIFF_TAG_JPEG_QTABLESstatic TagInfoLongsTiffTagConstants. TIFF_TAG_REFERENCE_BLACK_WHITEstatic TagInfoLongsRfc2301TagConstants. TIFF_TAG_STRIP_ROW_COUNTSstatic TagInfoLongsTiffTagConstants. 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 voidTiffOutputDirectory. add(TagInfoLongs tagInfo, int... values)
-