Uses of Class
org.apache.commons.imaging.formats.tiff.taginfos.TagInfo
-
Packages that use TagInfo Package Description org.apache.commons.imaging.formats.jpeg The JPEG image format.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.taginfos Classes for the TIFF tags.org.apache.commons.imaging.formats.tiff.write TIFF writers. -
-
Uses of TagInfo in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg with parameters of type TagInfo Modifier and Type Method Description TiffFieldJpegImageMetadata. findEXIFValue(TagInfo tagInfo)TiffFieldJpegImageMetadata. findEXIFValueWithExactMatch(TagInfo tagInfo) -
Uses of TagInfo in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return TagInfo Modifier and Type Method Description TagInfoTiffField. getTagInfo()Methods in org.apache.commons.imaging.formats.tiff with parameters of type TagInfo Modifier and Type Method Description TiffFieldTiffContents. findField(TagInfo tag)TiffFieldTiffDirectory. findField(TagInfo tag)TiffFieldTiffDirectory. findField(TagInfo tag, boolean failIfMissing)TiffFieldTiffImageMetadata.Directory. findField(TagInfo tagInfo)TiffFieldTiffImageMetadata. findField(TagInfo tagInfo)TiffFieldTiffImageMetadata. findField(TagInfo tagInfo, boolean exactDirectoryMatch)ObjectTiffDirectory. getFieldValue(TagInfo tag)ObjectTiffImageMetadata. getFieldValue(TagInfo tag) -
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 TagInfo Modifier and Type Field Description static List<TagInfo>AdobePageMaker6TagConstants. ALL_ADOBE_PAGEMAKER_6_TAGSstatic List<TagInfo>AdobePhotoshopTagConstants. ALL_ADOBE_PHOTOSHOP_TAGSstatic List<TagInfo>AliasSketchbookProTagConstants. ALL_ALIAS_SKETCHBOOK_PRO_TAGSstatic List<TagInfo>DcfTagConstants. ALL_DCF_TAGSstatic List<TagInfo>DngTagConstants. ALL_DNG_TAGSstatic List<TagInfo>ExifTagConstants. ALL_EXIF_TAGSstatic List<TagInfo>GdalLibraryTagConstants. ALL_GDAL_LIBRARY_TAGSstatic List<TagInfo>GeoTiffTagConstants. ALL_GEO_TIFF_TAGSstatic List<TagInfo>GpsTagConstants. ALL_GPS_TAGSstatic List<TagInfo>HylaFaxTagConstants. ALL_HYLAFAX_TAGSstatic List<TagInfo>MicrosoftHdPhotoTagConstants. ALL_MICROSOFT_HD_PHOTO_TAGSstatic List<TagInfo>MicrosoftTagConstants. ALL_MICROSOFT_TAGSstatic List<TagInfo>MolecularDynamicsGelTagConstants. ALL_MOLECULAR_DYNAMICS_GEL_TAGSstatic List<TagInfo>OceScanjobTagConstants. ALL_OCE_SCANJOB_TAGSstatic List<TagInfo>Rfc2301TagConstants. ALL_RFC_2301_TAGSstatic List<TagInfo>Tiff4TagConstants. ALL_TIFF_4_TAGSstatic List<TagInfo>TiffEpTagConstants. ALL_TIFF_EP_TAGSstatic List<TagInfo>TiffTagConstants. ALL_TIFF_TAGSstatic List<TagInfo>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.taginfos Modifier and Type Class Description classTagInfoAnyclassTagInfoAsciiclassTagInfoAsciiOrByteclassTagInfoAsciiOrRationalclassTagInfoByteclassTagInfoByteOrShortclassTagInfoBytesclassTagInfoDirectoryA LONG representing an offset to a TIFF directory.classTagInfoDoubleclassTagInfoDoublesclassTagInfoFloatclassTagInfoFloatsclassTagInfoGpsTextUsed 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.classTagInfoLongclassTagInfoLongOrIFDclassTagInfoLongsclassTagInfoRationalclassTagInfoRationalsclassTagInfoSByteclassTagInfoSBytesclassTagInfoShortclassTagInfoShortOrLongclassTagInfoShortOrLongOrRationalclassTagInfoShortOrRationalclassTagInfoShortsclassTagInfoSLongclassTagInfoSLongsclassTagInfoSRationalclassTagInfoSRationalsclassTagInfoSShortclassTagInfoSShortsclassTagInfoUndefinedclassTagInfoUndefinedsclassTagInfoUnknownA TIFF tag whose definition isn't known.classTagInfoUnknownsclassTagInfoXpStringWindows 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 TagInfo Modifier and Type Field Description TagInfoTiffOutputField. tagInfoMethods in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfo Modifier and Type Method Description protected static TiffOutputFieldTiffOutputField. createOffsetField(TagInfo tagInfo, ByteOrder byteOrder)TiffOutputFieldTiffOutputDirectory. findField(TagInfo tagInfo)Finds the TiffOutputField for the given TagInfo from this TiffOutputDirectory.TiffOutputFieldTiffOutputSet. findField(TagInfo tagInfo)voidTiffOutputDirectory. removeField(TagInfo tagInfo)voidTiffOutputSet. removeField(TagInfo tagInfo)Constructors in org.apache.commons.imaging.formats.tiff.write with parameters of type TagInfo Constructor Description TiffOutputField(int tag, TagInfo tagInfo, FieldType fieldType, int count, byte[] bytes)TiffOutputField(TagInfo tagInfo, FieldType fieldType, int count, byte[] bytes)
-