Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoFloats
-
Packages that use TagInfoFloats 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 TagInfoFloats in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoFloats Modifier and Type Method Description float[]TiffDirectory. getFieldValue(TagInfoFloats tag, boolean mustExist)float[]TiffImageMetadata. getFieldValue(TagInfoFloats tag) -
Uses of TagInfoFloats in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants declared as TagInfoFloats Modifier and Type Field Description static TagInfoFloatsDngTagConstants. EXIF_TAG_PROFILE_HUE_SAT_MAP_DATA1static TagInfoFloatsDngTagConstants. EXIF_TAG_PROFILE_HUE_SAT_MAP_DATA2static TagInfoFloatsDngTagConstants. EXIF_TAG_PROFILE_LOOK_TABLE_DATAstatic TagInfoFloatsDngTagConstants. EXIF_TAG_PROFILE_TONE_CURVE -
Uses of TagInfoFloats in org.apache.commons.imaging.formats.tiff.write
Methods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoFloats Modifier and Type Method Description voidTiffOutputDirectory. add(TagInfoFloats tagInfo, float... values)
-