Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoSLongs
-
Packages that use TagInfoSLongs 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.write TIFF writers. -
-
Uses of TagInfoSLongs in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoSLongs Modifier and Type Method Description int[]
TiffDirectory. getFieldValue(TagInfoSLongs tag, boolean mustExist)
int[]
TiffImageMetadata. getFieldValue(TagInfoSLongs tag)
-
Uses of TagInfoSLongs in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoSLongs Modifier and Type Method Description void
TiffOutputDirectory. add(TagInfoSLongs tagInfo, int... values)
-