Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
Packages that use TagInfo
Package
Description
The JPEG image format.
Provides classes and methods for reading and writing
Tagged Image File Format (TIFF) files.
TIFF constants.
Classes for the TIFF tags.
TIFF writers.
-
Uses of TagInfo in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg with parameters of type TagInfoModifier and TypeMethodDescriptionJpegImageMetadata.findEXIFValue
(TagInfo tagInfo) JpegImageMetadata.findEXIFValueWithExactMatch
(TagInfo tagInfo) -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff
Fields in org.apache.commons.imaging.formats.tiff declared as TagInfoFields in org.apache.commons.imaging.formats.tiff with type parameters of type TagInfoMethods in org.apache.commons.imaging.formats.tiff that return TagInfoModifier and TypeMethodDescription(package private) static TagInfo
TiffTags.getTag
(int directoryType, int tag) private static TagInfo
TiffField.getTagInfo()
Methods in org.apache.commons.imaging.formats.tiff that return types with arguments of type TagInfoModifier and TypeMethodDescriptionTiffTags.makeMergedTagList()
TiffTags.makeTagMap
(List<TagInfo> tags) Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfoModifier and TypeMethodDescriptionTiffDirectory.getFieldValue
(TagInfo tag) TiffImageMetadata.getFieldValue
(TagInfo tag) Method parameters in org.apache.commons.imaging.formats.tiff with type arguments of type TagInfo -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff.constants
Fields in org.apache.commons.imaging.formats.tiff.constants with type parameters of type TagInfoModifier and TypeFieldDescriptionAdobePageMaker6TagConstants.ALL_ADOBE_PAGEMAKER_6_TAGS
AdobePhotoshopTagConstants.ALL_ADOBE_PHOTOSHOP_TAGS
AliasSketchbookProTagConstants.ALL_ALIAS_SKETCHBOOK_PRO_TAGS
DcfTagConstants.ALL_DCF_TAGS
DngTagConstants.ALL_DNG_TAGS
ExifTagConstants.ALL_EXIF_TAGS
GdalLibraryTagConstants.ALL_GDAL_LIBRARY_TAGS
GeoTiffTagConstants.ALL_GEO_TIFF_TAGS
GpsTagConstants.ALL_GPS_TAGS
HylaFaxTagConstants.ALL_HYLAFAX_TAGS
MicrosoftHdPhotoTagConstants.ALL_MICROSOFT_HD_PHOTO_TAGS
MicrosoftTagConstants.ALL_MICROSOFT_TAGS
MolecularDynamicsGelTagConstants.ALL_MOLECULAR_DYNAMICS_GEL_TAGS
OceScanjobTagConstants.ALL_OCE_SCANJOB_TAGS
Rfc2301TagConstants.ALL_RFC_2301_TAGS
Tiff4TagConstants.ALL_TIFF_4_TAGS
TiffEpTagConstants.ALL_TIFF_EP_TAGS
TiffTagConstants.ALL_TIFF_TAGS
WangTagConstants.ALL_WANG_TAGS
-
Uses of TagInfo in org.apache.commons.imaging.formats.tiff.taginfos
Subclasses of TagInfo in org.apache.commons.imaging.formats.tiff.taginfosModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
A LONG representing an offset to a TIFF directory.class
class
class
class
final class
Used by some GPS tags and the EXIF user comment tag, this badly documented value is meant to contain the text encoding in the first 8 bytes followed by the non-null-terminated text in an unknown byte order.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
final class
A TIFF tag whose definition isn't known.class
class
Windows XP onwards store some tags using UTF-16LE, but the field type is byte - here we deal with this. -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff.write
Fields in org.apache.commons.imaging.formats.tiff.write declared as TagInfoMethods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoModifier and TypeMethodDescriptionprotected static TiffOutputField
TiffOutputField.createOffsetField
(TagInfo tagInfo, ByteOrder byteOrder) Finds the TiffOutputField for the given TagInfo from this TiffOutputDirectory.void
TiffOutputDirectory.removeField
(TagInfo tagInfo) void
TiffOutputSet.removeField
(TagInfo tagInfo) private void
TiffOutputDirectory.removeFieldIfPresent
(TagInfo tagInfo) Constructors in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfoModifierConstructorDescriptionTiffOutputField
(int tag, TagInfo tagInfo, FieldType fieldType, int count, byte[] bytes) TiffOutputField
(TagInfo tagInfo, FieldType tagtype, int count, byte[] bytes)