Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfoFloats
Packages that use TagInfoFloats
Package
Description
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
TIFF constants.
TIFF writers.
-
Uses of TagInfoFloats in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoFloatsModifier and TypeMethodDescriptionfloat[]
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 TagInfoFloatsModifier and TypeFieldDescriptionstatic final TagInfoFloats
DngTagConstants.EXIF_TAG_PROFILE_HUE_SAT_MAP_DATA1
static final TagInfoFloats
DngTagConstants.EXIF_TAG_PROFILE_HUE_SAT_MAP_DATA2
static final TagInfoFloats
DngTagConstants.EXIF_TAG_PROFILE_LOOK_TABLE_DATA
static final TagInfoFloats
DngTagConstants.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 TagInfoFloatsModifier and TypeMethodDescriptionvoid
TiffOutputDirectory.add
(TagInfoFloats tagInfo, float... values)