A B C D E F G H I J K L M N O P R S T U W X _ 

A

addError(String) - Method in class com.drew.metadata.Directory
Registers an error message with this directory.
addSegment(byte, byte[]) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Adds segment bytes to the collection.
AdobeJpegDescriptor - Class in com.drew.metadata.adobe
Provides human-readable string versions of the tags stored in an AdobeJpegDirectory.
AdobeJpegDescriptor(AdobeJpegDirectory) - Constructor for class com.drew.metadata.adobe.AdobeJpegDescriptor
 
AdobeJpegDirectory - Class in com.drew.metadata.adobe
Contains image encoding information for DCT filters, as stored by Adobe.
AdobeJpegDirectory() - Constructor for class com.drew.metadata.adobe.AdobeJpegDirectory
 
AdobeJpegReader - Class in com.drew.metadata.adobe
Decodes Adobe formatted data stored in JPEG files, normally in the APPE (App14) segment.
AdobeJpegReader() - Constructor for class com.drew.metadata.adobe.AdobeJpegReader
 
Age - Class in com.drew.metadata
Represents an age in years, months, days, hours, minutes and seconds.
Age(int, int, int, int, int, int) - Constructor for class com.drew.metadata.Age
 
apertureToFStop(double) - Static method in class com.drew.imaging.PhotographicConversions
Converts an aperture value to its corresponding F-stop number.

B

BufferBoundsException - Exception in com.drew.lang
A checked replacement for IndexOutOfBoundsException.
BufferBoundsException(byte[], int, int) - Constructor for exception com.drew.lang.BufferBoundsException
 
BufferBoundsException(String) - Constructor for exception com.drew.lang.BufferBoundsException
 
BufferBoundsException(String, IOException) - Constructor for exception com.drew.lang.BufferBoundsException
 
BufferReader - Interface in com.drew.lang
 
BYTE - Static variable in class com.drew.metadata.exif.DataFormat
 
ByteArrayReader - Class in com.drew.lang
Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.
ByteArrayReader(byte[]) - Constructor for class com.drew.lang.ByteArrayReader
 
byteValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a byte.

C

CanonMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a CanonMakernoteDirectory.
CanonMakernoteDescriptor(CanonMakernoteDirectory) - Constructor for class com.drew.metadata.exif.CanonMakernoteDescriptor
 
CanonMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Canon cameras.
CanonMakernoteDirectory() - Constructor for class com.drew.metadata.exif.CanonMakernoteDirectory
 
CanonMakernoteDirectory.AFInfo - Class in com.drew.metadata.exif
 
CanonMakernoteDirectory.AFInfo() - Constructor for class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
CanonMakernoteDirectory.CameraSettings - Class in com.drew.metadata.exif
 
CanonMakernoteDirectory.CameraSettings() - Constructor for class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
CanonMakernoteDirectory.FocalLength - Class in com.drew.metadata.exif
 
CanonMakernoteDirectory.FocalLength() - Constructor for class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
 
CanonMakernoteDirectory.Panorama - Class in com.drew.metadata.exif
 
CanonMakernoteDirectory.Panorama() - Constructor for class com.drew.metadata.exif.CanonMakernoteDirectory.Panorama
 
CanonMakernoteDirectory.ShotInfo - Class in com.drew.metadata.exif
 
CanonMakernoteDirectory.ShotInfo() - Constructor for class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
CasioType1MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a CasioType1MakernoteDirectory.
CasioType1MakernoteDescriptor(CasioType1MakernoteDirectory) - Constructor for class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
CasioType1MakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Casio (type 1) cameras.
CasioType1MakernoteDirectory() - Constructor for class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
CasioType2MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a CasioType2MakernoteDirectory.
CasioType2MakernoteDescriptor(CasioType2MakernoteDirectory) - Constructor for class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
CasioType2MakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Casio (type 2) cameras.
CasioType2MakernoteDirectory() - Constructor for class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
com.drew.imaging - package com.drew.imaging
Contains classes for working with image file formats and photographic conversions.
com.drew.imaging.jpeg - package com.drew.imaging.jpeg
Contains classes for working with JPEG files.
com.drew.imaging.psd - package com.drew.imaging.psd
Contains classes for working with PSD files.
com.drew.imaging.tiff - package com.drew.imaging.tiff
Contains classes for working with TIFF format files.
com.drew.lang - package com.drew.lang
Contains classes of generic utility.
com.drew.lang.annotations - package com.drew.lang.annotations
Contains annotations used to extend the signatures of methods and fields, allowing tools such as IntelliJ IDEA to provide design-time warnings about potential run-time errors.
com.drew.metadata - package com.drew.metadata
Provides classes for generic modelling of metadata directories and tags.
com.drew.metadata.adobe - package com.drew.metadata.adobe
 
com.drew.metadata.exif - package com.drew.metadata.exif
Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes.
com.drew.metadata.icc - package com.drew.metadata.icc
 
com.drew.metadata.iptc - package com.drew.metadata.iptc
Contains classes for the extraction and modelling of IPTC metadata.
com.drew.metadata.jfif - package com.drew.metadata.jfif
Contains classes for the extraction and modelling of JFIF metadata.
com.drew.metadata.jpeg - package com.drew.metadata.jpeg
Contains classes for the extraction and modelling of JPEG file format metadata.
com.drew.metadata.photoshop - package com.drew.metadata.photoshop
Contains classes for the extraction and modelling of Photoshop metadata.
com.drew.metadata.xmp - package com.drew.metadata.xmp
Contains classes for the extraction and modelling of Adobe's XMP metadata.
CompoundException - Exception in com.drew.lang
Represents a compound exception, as modelled in JDK 1.4, but unavailable in previous versions.
CompoundException(String) - Constructor for exception com.drew.lang.CompoundException
 
CompoundException(Throwable) - Constructor for exception com.drew.lang.CompoundException
 
CompoundException(String, Throwable) - Constructor for exception com.drew.lang.CompoundException
 
containsDirectory(Class<? extends Directory>) - Method in class com.drew.metadata.Metadata
Indicates whether a given directory type has been created in this metadata repository.
containsSegment(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Determines whether data is present for a given segment marker.
containsTag(int) - Method in class com.drew.metadata.Directory
Indicates whether the specified tag type has been set.
convertBytesToVersionString(int[], int) - Static method in class com.drew.metadata.TagDescriptor
Takes a series of 4 bytes from the specified offset, and converts these to a well-known version number, where possible.

D

DataFormat - Class in com.drew.metadata.exif
An enumeration of data formats used in the TIFF IFDs.
decimalToDegreesMinutesSeconds(double) - Static method in class com.drew.lang.GeoLocation
Converts a decimal degree angle into its corresponding DMS (degrees-minutes-seconds) component values, as a double array.
decimalToDegreesMinutesSecondsString(double) - Static method in class com.drew.lang.GeoLocation
Converts a decimal degree angle into its corresponding DMS (degrees-minutes-seconds) representation as a string, of format: -1° 23' 4.56"
DefaultTagDescriptor - Class in com.drew.metadata
A default implementation of the abstract TagDescriptor.
DefaultTagDescriptor(Directory) - Constructor for class com.drew.metadata.DefaultTagDescriptor
 
degreesMinutesSecondsToDecimal(Rational, Rational, Rational, boolean) - Static method in class com.drew.lang.GeoLocation
Converts DMS (degrees-minutes-seconds) rational values, as given in GpsDirectory, into a single value in degrees, as a double.
Directory - Class in com.drew.metadata
Abstract base class for all directory implementations, having methods for getting and setting tag values of various data types.
Directory() - Constructor for class com.drew.metadata.Directory
 
DOUBLE - Static variable in class com.drew.metadata.exif.DataFormat
 
doubleValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a double.

E

equals(Object) - Method in class com.drew.lang.GeoLocation
 
equals(Object) - Method in class com.drew.lang.Rational
Compares two Rational instances, returning true if they are mathematically equivalent.
equals(Object) - Method in class com.drew.metadata.Age
 
equals(Object) - Method in class com.drew.metadata.Face
 
ExifIFD0Descriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a ExifIFD0Directory.
ExifIFD0Descriptor(ExifIFD0Directory) - Constructor for class com.drew.metadata.exif.ExifIFD0Descriptor
 
ExifIFD0Directory - Class in com.drew.metadata.exif
Describes Exif tags from the IFD0 directory.
ExifIFD0Directory() - Constructor for class com.drew.metadata.exif.ExifIFD0Directory
 
ExifInteropDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a ExifInteropDirectory.
ExifInteropDescriptor(ExifInteropDirectory) - Constructor for class com.drew.metadata.exif.ExifInteropDescriptor
 
ExifInteropDirectory - Class in com.drew.metadata.exif
Describes Exif interoperability tags.
ExifInteropDirectory() - Constructor for class com.drew.metadata.exif.ExifInteropDirectory
 
ExifReader - Class in com.drew.metadata.exif
Decodes Exif binary data, populating a Metadata object with tag values in ExifSubIFDDirectory, ExifThumbnailDirectory, ExifInteropDirectory, GpsDirectory and one of the many camera makernote directories.
ExifReader() - Constructor for class com.drew.metadata.exif.ExifReader
 
ExifSubIFDDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a ExifSubIFDDirectory.
ExifSubIFDDescriptor(ExifSubIFDDirectory) - Constructor for class com.drew.metadata.exif.ExifSubIFDDescriptor
 
ExifSubIFDDirectory - Class in com.drew.metadata.exif
Describes Exif tags from the SubIFD directory.
ExifSubIFDDirectory() - Constructor for class com.drew.metadata.exif.ExifSubIFDDirectory
 
ExifThumbnailDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a ExifThumbnailDirectory.
ExifThumbnailDescriptor(ExifThumbnailDirectory) - Constructor for class com.drew.metadata.exif.ExifThumbnailDescriptor
 
ExifThumbnailDirectory - Class in com.drew.metadata.exif
One of several Exif directories.
ExifThumbnailDirectory() - Constructor for class com.drew.metadata.exif.ExifThumbnailDirectory
 
extract(BufferReader, Metadata) - Method in class com.drew.metadata.adobe.AdobeJpegReader
 
extract(BufferReader, Metadata) - Method in class com.drew.metadata.exif.ExifReader
Performs the Exif data extraction, adding found values to the specified instance of Metadata.
extract(BufferReader, Metadata) - Method in class com.drew.metadata.icc.IccReader
 
extract(BufferReader, Metadata) - Method in class com.drew.metadata.iptc.IptcReader
Performs the IPTC data extraction, adding found values to the specified instance of Metadata.
extract(BufferReader, Metadata) - Method in class com.drew.metadata.jfif.JfifReader
Performs the Jfif data extraction, adding found values to the specified instance of Metadata.
extract(BufferReader, Metadata) - Method in class com.drew.metadata.jpeg.JpegCommentReader
Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
extract(BufferReader, Metadata) - Method in class com.drew.metadata.jpeg.JpegReader
Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
extract(BufferReader, Metadata) - Method in interface com.drew.metadata.MetadataReader
Extract metadata from the source and merge it into an existing Metadata object.
extract(BufferReader, Metadata) - Method in class com.drew.metadata.photoshop.PhotoshopReader
 
extract(BufferReader, Metadata) - Method in class com.drew.metadata.photoshop.PsdReader
 
extract(BufferReader, Metadata) - Method in class com.drew.metadata.xmp.XmpReader
Performs the XMP data extraction, adding found values to the specified instance of Metadata.
extractMetadataFromJpegSegmentReader(JpegSegmentData) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 
extractTiff(BufferReader, Metadata) - Method in class com.drew.metadata.exif.ExifReader
Performs the Exif data extraction on a TIFF/RAW, adding found values to the specified instance of Metadata.

F

Face - Class in com.drew.metadata
Class to hold information about a detected or recognized face in a photo.
Face(int, int, int, int, String, Age) - Constructor for class com.drew.metadata.Face
 
floatValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a float.
formatDoubleAsString(double, int, boolean) - Static method in class com.drew.metadata.icc.IccDescriptor
 
fromFile(File) - Static method in class com.drew.imaging.jpeg.JpegSegmentData
Deserialises the contents of a JpegSegmentData from a file.
fromPanasonicString(String) - Static method in class com.drew.metadata.Age
Parses an age object from the string format used by Panasonic cameras: 0031:07:15 00:00:00
fromValue(int) - Static method in class com.drew.metadata.exif.DataFormat
 
FujifilmMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a FujifilmMakernoteDirectory.
FujifilmMakernoteDescriptor(FujifilmMakernoteDirectory) - Constructor for class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
FujifilmMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Fujifilm cameras.
FujifilmMakernoteDirectory() - Constructor for class com.drew.metadata.exif.FujifilmMakernoteDirectory
 

G

GeoLocation - Class in com.drew.lang
Represents a latitude and longitude pair, giving a position on earth in spherical coordinates.
GeoLocation(double, double) - Constructor for class com.drew.lang.GeoLocation
Instantiates a new instance of GeoLocation.
get35mmFilmEquivFocalLengthDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getActiveDLightingDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getAdvancedSceneModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getAfAreaModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getAfAssistLampDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getAfPointSelectedDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getAfPointUsedDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getAge(int) - Method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
Attempts to convert the underlying string value (as stored in the directory) into an Age object.
getAge() - Method in class com.drew.metadata.Face
 
getAntiBlurDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getApertureValueDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getApertureValueDescription() - Method in class com.drew.metadata.xmp.XmpDescriptor
This code is from ExifSubIFDDescriptor.java
getAudioDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getAutoExposureWarningDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getAutoFlashCompensationDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getAutoFocusPositionDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getBabyAge1Description() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getBabyAgeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getBabyNameDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getBestShotModeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getBitsPerChannelDescription() - Method in class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
getBitsPerSampleDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getBitsPerSampleDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getBlurWarningDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getBoolean(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a boolean, if possible.
getBooleanObject(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a boolean.
getBurstModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getByLineDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getByLineTitleDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getByteArray(int) - Method in class com.drew.metadata.Directory
Gets the specified tag's value as an byte array, if possible.
getBytes(int, int) - Method in interface com.drew.lang.BufferReader
 
getBytes(int, int) - Method in class com.drew.lang.ByteArrayReader
 
getBytes(int, int) - Method in class com.drew.lang.RandomAccessFileReader
 
getCaptionDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getCaptureModeDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getCasioPreviewThumbnailDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getCategoryDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getCcdIsoSensitivityDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getCcdSensitivityDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getCcdSensitivityDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getChannelCountDescription() - Method in class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
getCityDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getCityDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getColorDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getColorEffectDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
getColorSpaceDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getColorSpaceDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getColorTemperatureDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getColourDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getColourModeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getComponent(int) - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getComponentConfigurationDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getComponentDataDescription(int) - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getComponentId() - Method in class com.drew.metadata.jpeg.JpegComponent
 
getComponentName() - Method in class com.drew.metadata.jpeg.JpegComponent
Returns the component name (one of: Y, Cb, Cr, I, or Q)
getCompressedAverageBitsPerPixelDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getCompressionDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getContinuousDriveModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getContinuousTakingOrAutoBrackettingDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getContrastModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getConversionLensDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getConverterDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getCopyrightNoticeDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getCountryDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getCountryOrPrimaryLocationDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getCreditDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getCustomRenderedDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getDataPrecisionDescription() - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getDate(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a java.util.Date.
getDate(int, TimeZone) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a java.util.Date.
getDateCreatedDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getDays() - Method in class com.drew.metadata.Age
 
getDegreesMinutesSecondsDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getDenominator() - Method in class com.drew.lang.Rational
Returns the denominator.
getDescription(int) - Method in class com.drew.metadata.adobe.AdobeJpegDescriptor
 
getDescription(int) - Method in class com.drew.metadata.Directory
Provides a description of a tag's value using the descriptor set by setDescriptor(Descriptor).
getDescription(int) - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - Method in class com.drew.metadata.exif.ExifInteropDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.GpsDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.KyoceraMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.SonyType6MakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.icc.IccDescriptor
 
getDescription(int) - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getDescription(int) - Method in class com.drew.metadata.jfif.JfifDescriptor
 
getDescription(int) - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getDescription(int) - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getDescription(int) - Method in class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
getDescription() - Method in class com.drew.metadata.Tag
Get a description of the tag's value, considering enumerated values and units.
getDescription(int) - Method in class com.drew.metadata.TagDescriptor
Returns a descriptive value of the the specified tag for this image.
getDescription(int) - Method in class com.drew.metadata.xmp.XmpDescriptor
Do some simple formatting, dependant upon tagType
getDetectedFaces() - Method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
getDetectedFacesDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getDigitalZoomDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getDigitalZoomDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getDigitalZoomDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getDigitalZoomDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getDigitalZoomDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getDigitalZoomRatioDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getDigiZoomRatioDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getDirectories() - Method in class com.drew.metadata.Metadata
Returns an objects for iterating over Directory objects in the order in which they were added.
getDirectory(Class<T>) - Method in class com.drew.metadata.Metadata
If this Metadata object contains a Directory of the specified type, it is returned.
getDirectoryCount() - Method in class com.drew.metadata.Metadata
Returns a count of unique directories in this metadata collection.
getDirectoryName() - Method in class com.drew.metadata.Tag
Get the name of the directory in which the tag exists, such as Exif, GPS or Interoperability.
getDouble(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a double, if possible.
getDouble64(int) - Method in interface com.drew.lang.BufferReader
 
getDouble64(int) - Method in class com.drew.lang.ByteArrayReader
 
getDouble64(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getDoubleObject(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a Double.
getDynamicRangeOptimizerDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getEasyShootingModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getEnhancementDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getErrorCount() - Method in class com.drew.metadata.Directory
Returns the count of error messages in this directory.
getErrors() - Method in class com.drew.metadata.Directory
Used to iterate over any error messages contained in this directory.
getExifImageHeightDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExifImageWidthDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExifVersionDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExifVersionDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getExposureBiasDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExposureDifferenceDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getExposureModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getExposureModeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExposureModeDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getExposureProgramDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExposureProgramDescription() - Method in class com.drew.metadata.xmp.XmpDescriptor
This code is from ExifSubIFDDescriptor.java
getExposureTimeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getExposureTimeDescription() - Method in class com.drew.metadata.xmp.XmpDescriptor
Do a simple formatting like ExifSubIFDDescriptor.java
getExposureTuningDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getFileFormatDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getFileSourceDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFillOrderDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFilterDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFirmwareVersionDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getFlashActivityDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashBiasDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashBracketCompensationDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getFlashDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFlashDetailsDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashDistanceDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFlashExposureCompensationDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getFlashFiredDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getFlashIntensityDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getFlashModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashModeDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getFlashModeDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getFlashModeDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getFlashPixVersionDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFlashStrengthDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getFlashUsedDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getFlashWarningDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getFloat(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a float, if possible.
getFloat32(int) - Method in interface com.drew.lang.BufferReader
 
getFloat32(int) - Method in class com.drew.lang.ByteArrayReader
 
getFloat32(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getFloatObject(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a float.
getFNumberDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFNumberDescription() - Method in class com.drew.metadata.xmp.XmpDescriptor
Do a simple formatting like ExifSubIFDDescriptor.java
getFocalLengthDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFocalLengthDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFocalLengthDescription() - Method in class com.drew.metadata.xmp.XmpDescriptor
This code is from ExifSubIFDDescriptor.java
getFocalPlaneResolutionUnitDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFocalPlaneXResolutionDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFocalPlaneYResolutionDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getFocalUnitsPerMillimetreDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFocusDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getFocusingModeDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getFocusMode1Description() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFocusMode1Description() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFocusMode2Description() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFocusMode2Description() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFocusModeDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getFocusModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getFocusModeDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getFocusTypeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFocusWarningDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getGainControlDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getGeoLocation() - Method in class com.drew.metadata.exif.GpsDirectory
Parses various tags in an attempt to obtain a single object representing the latitude and longitude at which this image was captured.
getGpsAltitudeDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsAltitudeRefDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsDestinationReferenceDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsDifferentialDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsDirectionDescription(int) - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsDirectionReferenceDescription(int) - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsLatitudeDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsLongitudeDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsMeasureModeDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsSpeedRefDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsStatusDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getGpsTimeStampDescription() - Method in class com.drew.metadata.exif.GpsDescriptor
 
getHeadlineDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getHeight() - Method in class com.drew.metadata.Face
 
getHighISONoiseReductionDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getHorizontalSamplingFactor() - Method in class com.drew.metadata.jpeg.JpegComponent
 
getHours() - Method in class com.drew.metadata.Age
 
getHueAdjustmentDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getImageAdjustmentDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getImageCompressionTypeDescription() - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getImageHeight() - Method in class com.drew.metadata.jfif.JfifDirectory
 
getImageHeight() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getImageHeightDescription() - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getImageHeightDescription() - Method in class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
getImageResUnitsDescription() - Method in class com.drew.metadata.jfif.JfifDescriptor
 
getImageResXDescription() - Method in class com.drew.metadata.jfif.JfifDescriptor
 
getImageResYDescription() - Method in class com.drew.metadata.jfif.JfifDescriptor
 
getImageSizeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getImageSizeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getImageStabilizationDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getImageStabilizationDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getImageVersionDescription() - Method in class com.drew.metadata.jfif.JfifDescriptor
 
getImageWidth() - Method in class com.drew.metadata.jfif.JfifDirectory
 
getImageWidth() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getImageWidthDescription() - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getImageWidthDescription() - Method in class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
getInnerException() - Method in exception com.drew.lang.CompoundException
 
getInt(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as an int, if possible.
getInt16(int) - Method in interface com.drew.lang.BufferReader
Returns a signed 16-bit int calculated from two bytes of data at the specified index (MSB, LSB).
getInt16(int) - Method in class com.drew.lang.ByteArrayReader
 
getInt16(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getInt32(int) - Method in interface com.drew.lang.BufferReader
Returns a signed 32-bit integer from four bytes of data at the specified index the buffer.
getInt32(int) - Method in class com.drew.lang.ByteArrayReader
 
getInt32(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getInt64(int) - Method in interface com.drew.lang.BufferReader
Get a signed 64-bit integer from the buffer.
getInt64(int) - Method in class com.drew.lang.ByteArrayReader
 
getInt64(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getInt8(int) - Method in interface com.drew.lang.BufferReader
Returns a signed 8-bit int calculated from one byte of data at the specified index.
getInt8(int) - Method in class com.drew.lang.ByteArrayReader
 
getInt8(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getIntArray(int) - Method in class com.drew.metadata.Directory
Gets the specified tag's value as an int array, if possible.
getInteger(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as an Integer, if possible.
getIntelligentExposureDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getIntelligentResolutionDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getInternalSerialNumberDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getInteropIndexDescription() - Method in class com.drew.metadata.exif.ExifInteropDescriptor
 
getInteropVersionDescription() - Method in class com.drew.metadata.exif.ExifInteropDescriptor
 
getIsoDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getIsoEquivalentDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getIsoSensitivityDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getIsoSettingDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getIsoSpeedDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getJpegCommentDescription() - Method in class com.drew.metadata.jpeg.JpegCommentDescriptor
 
getJpegQualityDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getJpegQualityString() - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getKeywords() - Method in class com.drew.metadata.iptc.IptcDirectory
Returns any keywords contained in the IPTC data.
getKeywordsDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getLandmarkDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getLatitude() - Method in class com.drew.lang.GeoLocation
 
getLength() - Method in interface com.drew.lang.BufferReader
Returns the length of the buffer.
getLength() - Method in class com.drew.lang.ByteArrayReader
 
getLength() - Method in class com.drew.lang.RandomAccessFileReader
 
getLensDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getLensStopsDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getLensTypeDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getLocationDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getLong(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a long, if possible.
getLongExposureNoiseReductionDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getLongFocalLengthDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getLongitude() - Method in class com.drew.lang.GeoLocation
 
getLongObject(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a long.
getMacroDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getMacroDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getMacroModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getMacroModeDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getMacroModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getMakerNoteThumbVersionDescription() - Method in class com.drew.metadata.exif.SonyType6MakernoteDescriptor
 
getMakernoteVersionDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getMaxApertureValueDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getMeteringModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getMeteringModeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getMinutes() - Method in class com.drew.metadata.Age
 
getMonths() - Method in class com.drew.metadata.Age
 
getName() - Method in class com.drew.metadata.adobe.AdobeJpegDirectory
 
getName() - Method in class com.drew.metadata.Directory
Provides the name of the directory, for display purposes.
getName() - Method in class com.drew.metadata.exif.CanonMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.ExifIFD0Directory
 
getName() - Method in class com.drew.metadata.exif.ExifInteropDirectory
 
getName() - Method in class com.drew.metadata.exif.ExifSubIFDDirectory
 
getName() - Method in class com.drew.metadata.exif.ExifThumbnailDirectory
 
getName() - Method in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.GpsDirectory
 
getName() - Method in class com.drew.metadata.exif.KodakMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.KyoceraMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.PentaxMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
getName() - Method in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
getName() - Method in class com.drew.metadata.Face
 
getName() - Method in class com.drew.metadata.icc.IccDirectory
 
getName() - Method in class com.drew.metadata.iptc.IptcDirectory
 
getName() - Method in class com.drew.metadata.jfif.JfifDirectory
 
getName() - Method in class com.drew.metadata.jpeg.JpegCommentDirectory
 
getName() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getName() - Method in class com.drew.metadata.photoshop.PhotoshopDirectory
 
getName() - Method in class com.drew.metadata.photoshop.PsdHeaderDirectory
 
getName() - Method in class com.drew.metadata.xmp.XmpDirectory
 
getNEFCompressionDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getNewSubfileTypeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getNoiseReductionDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getNullTerminatedString(int, int) - Method in interface com.drew.lang.BufferReader
Creates a String from the _data buffer starting at the specified index, and ending where byte=='\0' or where length==maxLength.
getNullTerminatedString(int, int) - Method in class com.drew.lang.ByteArrayReader
 
getNullTerminatedString(int, int) - Method in class com.drew.lang.RandomAccessFileReader
 
getNumberOfComponents() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getNumerator() - Method in class com.drew.lang.Rational
Returns the numerator.
getObject(int) - Method in class com.drew.metadata.Directory
Returns the object hashed for the particular tag type specified, if available.
getObjectDistanceDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getObjectDistanceDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getObjectNameDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getOpticalZoomModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getOrCreateDirectory(Class<T>) - Method in class com.drew.metadata.Metadata
Returns a Directory of specified type.
getOrientationDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getOrientationDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getOriginalTransmissionReferenceDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getOriginatingProgramDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getPhotometricInterpretationDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getPhotometricInterpretationDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getPictureModeDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getPixelAspectRatioString() - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getPlanarConfigurationDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getPlanarConfigurationDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getPowerUpTimeDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getPrintImageMatchingInfoDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getPrintImageMatchingInfoDescription() - Method in class com.drew.metadata.exif.KyoceraMakernoteDescriptor
 
getPrintImageMatchingInfoDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getPrintScaleDescription() - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getProgramShiftDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getProprietaryThumbnailDataDescription() - Method in class com.drew.metadata.exif.KyoceraMakernoteDescriptor
 
getProvinceOrStateDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getQualityDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getQualityDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getQualityDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getQualityDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getQualityDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getQualityLevelDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getQualityModeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getQualityModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getQuantizationTableNumber() - Method in class com.drew.metadata.jpeg.JpegComponent
 
getRational(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a Rational.
getRationalArray(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as an array of Rational.
getReciprocal() - Method in class com.drew.lang.Rational
Returns the reciprocal value of this object as a new Rational.
getRecognizedFaces() - Method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
getRecognizedFacesDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getRecordingModeDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getRecordModeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getRecordModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getRecordVersionDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getReferenceBlackWhiteDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getReferenceBlackWhiteDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getReleaseDateDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getReleaseTimeDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getResolutionDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getResolutionDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getResolutionInfoDescription() - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getResUnits() - Method in class com.drew.metadata.jfif.JfifDirectory
 
getRotationDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getRowsPerStripDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getRowsPerStripDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getS15Fixed16(int) - Method in interface com.drew.lang.BufferReader
 
getS15Fixed16(int) - Method in class com.drew.lang.ByteArrayReader
 
getS15Fixed16(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getSamplesPerPixelDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSamplesPerPixelDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getSaturationDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSaturationDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getSaturationDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getSaturationDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSaturationDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getSceneCaptureTypeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSceneModeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getSceneModeDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
getSceneTypeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSeconds() - Method in class com.drew.metadata.Age
 
getSegment(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Gets the first Jpeg segment data for the specified marker.
getSegment(byte, int) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Gets segment data for a specific occurrence and marker.
getSegmentCount(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Returns the count of segment data byte arrays stored for a given segment marker.
getSegmentCount(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentReader
Returns the number of segments having the specified JPEG segment marker.
getSegmentData() - Method in class com.drew.imaging.jpeg.JpegSegmentReader
Returns the JpegSegmentData object used by this reader.
getSegmentList(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
getSegments(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Returns all instances of a given Jpeg segment.
getSelfTimerDelayDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSelfTimerDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getSelfTimerDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getSensingMethodDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSerialNumberDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getShootingModeDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getShortFocalLengthDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getShutterSpeedDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getShutterSpeedDescription() - Method in class com.drew.metadata.xmp.XmpDescriptor
This code is from ExifSubIFDDescriptor.java
getSimplifiedInstance() - Method in class com.drew.lang.Rational
Simplifies the Rational number.
getSlicesDescription() - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getSlowSyncDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getSourceDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getSpecialInstructionsDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getSpecialModeDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getStateDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getString(int, int) - Method in interface com.drew.lang.BufferReader
 
getString(int, int, String) - Method in interface com.drew.lang.BufferReader
 
getString(int, int) - Method in class com.drew.lang.ByteArrayReader
 
getString(int, int, String) - Method in class com.drew.lang.ByteArrayReader
 
getString(int, int) - Method in class com.drew.lang.RandomAccessFileReader
 
getString(int, int, String) - Method in class com.drew.lang.RandomAccessFileReader
 
getString(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a String.
getString(int, String) - Method in class com.drew.metadata.Directory
 
getStringArray(int) - Method in class com.drew.metadata.Directory
Gets the specified tag's value as a String array, if possible.
getStringFromInt32(int) - Static method in class com.drew.metadata.icc.IccReader
 
getStripByteCountsDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getStripByteCountsDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getSubfileTypeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSubjectDistanceDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSubjectDistanceRangeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getSupplementalCategoriesDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getTagCount() - Method in class com.drew.metadata.Directory
Returns the number of tags set in this Directory.
getTagName(int) - Method in class com.drew.metadata.DefaultTagDescriptor
Gets a best-effort tag name using the format 'Unknown tag 0x00' (with the corresponding tag type in hex).
getTagName(int) - Method in class com.drew.metadata.Directory
Returns the name of a specified tag as a String.
getTagName() - Method in class com.drew.metadata.Tag
Get the name of the tag, such as Aperture, or InteropVersion.
getTagNameMap() - Method in class com.drew.metadata.adobe.AdobeJpegDirectory
 
getTagNameMap() - Method in class com.drew.metadata.Directory
Provides the map of tag names, hashed by tag type identifier.
getTagNameMap() - Method in class com.drew.metadata.exif.CanonMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.ExifIFD0Directory
 
getTagNameMap() - Method in class com.drew.metadata.exif.ExifInteropDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.ExifSubIFDDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.ExifThumbnailDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.GpsDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.KodakMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.KyoceraMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.PentaxMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.icc.IccDirectory
 
getTagNameMap() - Method in class com.drew.metadata.iptc.IptcDirectory
 
getTagNameMap() - Method in class com.drew.metadata.jfif.JfifDirectory
 
getTagNameMap() - Method in class com.drew.metadata.jpeg.JpegCommentDirectory
 
getTagNameMap() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getTagNameMap() - Method in class com.drew.metadata.photoshop.PhotoshopDirectory
 
getTagNameMap() - Method in class com.drew.metadata.photoshop.PsdHeaderDirectory
 
getTagNameMap() - Method in class com.drew.metadata.xmp.XmpDirectory
 
getTags() - Method in class com.drew.metadata.Directory
Returns an Iterator of Tag instances that have been set in this Directory.
getTagType() - Method in class com.drew.metadata.Tag
Gets the tag type as an int
getTagTypeHex() - Method in class com.drew.metadata.Tag
Gets the tag type in hex notation as a String with padded leading zeroes if necessary (i.e.
getTextStamp1Description() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getTextStamp2Description() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getTextStamp3Description() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getTextStampDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getThresholdingDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getThumbnailBytes() - Method in class com.drew.metadata.photoshop.PhotoshopDirectory
 
getThumbnailData() - Method in class com.drew.metadata.exif.ExifThumbnailDirectory
 
getThumbnailDescription(int) - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getThumbnailDimensionsDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getThumbnailImageHeightDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getThumbnailImageWidthDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getThumbnailLengthDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getThumbnailOffsetDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getThumbnailOffsetDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getThumbnailSizeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getTimeCreatedDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getTimeZoneDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getTitleDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getToneDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getTransform1Description() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getTransformDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getUInt16(int) - Method in interface com.drew.lang.BufferReader
Returns an unsigned 16-bit int calculated from two bytes of data at the specified index.
getUInt16(int) - Method in class com.drew.lang.ByteArrayReader
 
getUInt16(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getUInt32(int) - Method in interface com.drew.lang.BufferReader
Get a 32-bit unsigned integer from the buffer, returning it as a long.
getUInt32(int) - Method in class com.drew.lang.ByteArrayReader
 
getUInt32(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getUInt8(int) - Method in interface com.drew.lang.BufferReader
Returns an unsigned 8-bit int calculated from one byte of data at the specified index.
getUInt8(int) - Method in class com.drew.lang.ByteArrayReader
 
getUInt8(int) - Method in class com.drew.lang.RandomAccessFileReader
 
getUnknownDataDumpDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getUptimeDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getUrgencyDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getUserCommentDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getValue() - Method in class com.drew.metadata.exif.DataFormat
 
getVersion() - Method in class com.drew.metadata.jfif.JfifDirectory
 
getVersionDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getVersionDescription() - Method in class com.drew.metadata.photoshop.PhotoshopDescriptor
 
getVerticalSamplingFactor() - Method in class com.drew.metadata.jpeg.JpegComponent
 
getVignetteControlDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getWhiteBalance1Description() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getWhiteBalance2Description() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getWhiteBalanceBiasDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getWhiteBalanceDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getWhiteBalanceModeDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getWidth() - Method in class com.drew.metadata.Face
 
getWindowsAuthorDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getWindowsCommentDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getWindowsKeywordsDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getWindowsSubjectDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getWindowsTitleDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getWorldTimeLocationDescription() - Method in class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
getWriterDescription() - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getX() - Method in class com.drew.metadata.Face
 
getXMPMeta() - Method in class com.drew.metadata.xmp.XmpDirectory
Gets the XMPMeta object used to populate this directory.
getXmpProperties() - Method in class com.drew.metadata.xmp.XmpDirectory
Gets a map of all XMP properties in this directory, not just the known ones.
getXResolutionDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getXResolutionDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getY() - Method in class com.drew.metadata.Face
 
getYCbCrPositioningDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getYCbCrPositioningDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getYCbCrSubsamplingDescription() - Method in class com.drew.metadata.exif.ExifSubIFDDescriptor
 
getYCbCrSubsamplingDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getYears() - Method in class com.drew.metadata.Age
 
getYResolutionDescription() - Method in class com.drew.metadata.exif.ExifIFD0Descriptor
 
getYResolutionDescription() - Method in class com.drew.metadata.exif.ExifThumbnailDescriptor
 
getZoneMatchingDescription() - Method in class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
GpsDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a GpsDirectory.
GpsDescriptor(GpsDirectory) - Constructor for class com.drew.metadata.exif.GpsDescriptor
 
GpsDirectory - Class in com.drew.metadata.exif
Describes Exif tags that contain Global Positioning System (GPS) data.
GpsDirectory() - Constructor for class com.drew.metadata.exif.GpsDirectory
 

H

hasErrors() - Method in class com.drew.metadata.Directory
Gets a value indicating whether this directory has any error messages.
hasErrors() - Method in class com.drew.metadata.Metadata
Indicates whether any errors were reported during the reading of metadata values.
hashCode() - Method in class com.drew.lang.GeoLocation
 
hashCode() - Method in class com.drew.lang.Rational
 
hashCode() - Method in class com.drew.metadata.Age
 
hashCode() - Method in class com.drew.metadata.Face
 
hasThumbnailData() - Method in class com.drew.metadata.exif.ExifThumbnailDirectory
 

I

IccDescriptor - Class in com.drew.metadata.icc
 
IccDescriptor(IccDirectory) - Constructor for class com.drew.metadata.icc.IccDescriptor
 
IccDirectory - Class in com.drew.metadata.icc
 
IccDirectory() - Constructor for class com.drew.metadata.icc.IccDirectory
 
IccReader - Class in com.drew.metadata.icc
Reads an ICC profile.
IccReader() - Constructor for class com.drew.metadata.icc.IccReader
 
ImageMetadataReader - Class in com.drew.imaging
Obtains metadata from all supported file formats, including JPEG, RAW (NEF/CRw/CR2) and TIFF.
ImageProcessingException - Exception in com.drew.imaging
An exception class thrown upon an unexpected condition that was fatal for the processing of an image.
ImageProcessingException(String) - Constructor for exception com.drew.imaging.ImageProcessingException
 
ImageProcessingException(String, Throwable) - Constructor for exception com.drew.imaging.ImageProcessingException
 
ImageProcessingException(Throwable) - Constructor for exception com.drew.imaging.ImageProcessingException
 
intValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as an int.
IptcDescriptor - Class in com.drew.metadata.iptc
Provides human-readable string representations of tag values stored in a IptcDirectory.
IptcDescriptor(IptcDirectory) - Constructor for class com.drew.metadata.iptc.IptcDescriptor
 
IptcDirectory - Class in com.drew.metadata.iptc
Describes tags used by the International Press Telecommunications Council (IPTC) metadata format.
IptcDirectory() - Constructor for class com.drew.metadata.iptc.IptcDirectory
 
IptcReader - Class in com.drew.metadata.iptc
Decodes IPTC binary data, populating a Metadata object with tag values in an IptcDirectory.
IptcReader() - Constructor for class com.drew.metadata.iptc.IptcReader
 
isInteger() - Method in class com.drew.lang.Rational
Checks if this rational number is an Integer, either positive or negative.
isMotorolaByteOrder() - Method in interface com.drew.lang.BufferReader
Gets the endianness of this reader.
isMotorolaByteOrder() - Method in class com.drew.lang.ByteArrayReader
 
isMotorolaByteOrder() - Method in class com.drew.lang.RandomAccessFileReader
 
isZero() - Method in class com.drew.lang.GeoLocation
 

J

JfifDescriptor - Class in com.drew.metadata.jfif
Provides human-readable string versions of the tags stored in a JfifDirectory.
JfifDescriptor(JfifDirectory) - Constructor for class com.drew.metadata.jfif.JfifDescriptor
 
JfifDirectory - Class in com.drew.metadata.jfif
Directory of tags and values for the SOF0 Jfif segment.
JfifDirectory() - Constructor for class com.drew.metadata.jfif.JfifDirectory
 
JfifReader - Class in com.drew.metadata.jfif
Reader for JFIF data, found in the APP0 Jpeg segment.
JfifReader() - Constructor for class com.drew.metadata.jfif.JfifReader
 
join(Iterable<? extends CharSequence>, String) - Static method in class com.drew.lang.StringUtil
 
join(T[], String) - Static method in class com.drew.lang.StringUtil
 
JpegCommentDescriptor - Class in com.drew.metadata.jpeg
Provides human-readable string representations of tag values stored in a JpegCommentDirectory.
JpegCommentDescriptor(JpegCommentDirectory) - Constructor for class com.drew.metadata.jpeg.JpegCommentDescriptor
 
JpegCommentDirectory - Class in com.drew.metadata.jpeg
Describes tags used by a JPEG file comment.
JpegCommentDirectory() - Constructor for class com.drew.metadata.jpeg.JpegCommentDirectory
 
JpegCommentReader - Class in com.drew.metadata.jpeg
Decodes the comment stored within Jpeg files, populating a Metadata object with tag values in a JpegCommentDirectory.
JpegCommentReader() - Constructor for class com.drew.metadata.jpeg.JpegCommentReader
 
JpegComponent - Class in com.drew.metadata.jpeg
Stores information about a Jpeg image component such as the component id, horiz/vert sampling factor and quantization table number.
JpegComponent(int, int, int) - Constructor for class com.drew.metadata.jpeg.JpegComponent
 
JpegDescriptor - Class in com.drew.metadata.jpeg
Provides human-readable string versions of the tags stored in a JpegDirectory.
JpegDescriptor(JpegDirectory) - Constructor for class com.drew.metadata.jpeg.JpegDescriptor
 
JpegDirectory - Class in com.drew.metadata.jpeg
Directory of tags and values for the SOF0 Jpeg segment.
JpegDirectory() - Constructor for class com.drew.metadata.jpeg.JpegDirectory
 
JpegMetadataReader - Class in com.drew.imaging.jpeg
Obtains all available metadata from Jpeg formatted files.
JpegProcessingException - Exception in com.drew.imaging.jpeg
An exception class thrown upon unexpected and fatal conditions while processing a Jpeg file.
JpegProcessingException(String) - Constructor for exception com.drew.imaging.jpeg.JpegProcessingException
 
JpegProcessingException(String, Throwable) - Constructor for exception com.drew.imaging.jpeg.JpegProcessingException
 
JpegProcessingException(Throwable) - Constructor for exception com.drew.imaging.jpeg.JpegProcessingException
 
JpegReader - Class in com.drew.metadata.jpeg
Decodes Jpeg SOF0 data, populating a Metadata object with tag values in a JpegDirectory.
JpegReader() - Constructor for class com.drew.metadata.jpeg.JpegReader
 
JpegSegmentData - Class in com.drew.imaging.jpeg
Holds a collection of Jpeg data segments.
JpegSegmentData() - Constructor for class com.drew.imaging.jpeg.JpegSegmentData
 
JpegSegmentReader - Class in com.drew.imaging.jpeg
Performs read functions of Jpeg files, returning specific file segments.
JpegSegmentReader(File) - Constructor for class com.drew.imaging.jpeg.JpegSegmentReader
Creates a JpegSegmentReader for a specific file.
JpegSegmentReader(byte[]) - Constructor for class com.drew.imaging.jpeg.JpegSegmentReader
Creates a JpegSegmentReader for a byte array.
JpegSegmentReader(InputStream, boolean) - Constructor for class com.drew.imaging.jpeg.JpegSegmentReader
Creates a JpegSegmentReader for an InputStream.

K

KodakMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a KodakMakernoteDirectory.
KodakMakernoteDescriptor(KodakMakernoteDirectory) - Constructor for class com.drew.metadata.exif.KodakMakernoteDescriptor
 
KodakMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Kodak cameras.
KodakMakernoteDirectory() - Constructor for class com.drew.metadata.exif.KodakMakernoteDirectory
 
KyoceraMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a KyoceraMakernoteDirectory.
KyoceraMakernoteDescriptor(KyoceraMakernoteDirectory) - Constructor for class com.drew.metadata.exif.KyoceraMakernoteDescriptor
 
KyoceraMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Kyocera and Contax cameras.
KyoceraMakernoteDirectory() - Constructor for class com.drew.metadata.exif.KyoceraMakernoteDirectory
 

L

longValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a long.

M

main(String[]) - Static method in class com.drew.imaging.ImageMetadataReader
An application entry point.
Metadata - Class in com.drew.metadata
A top-level object to hold the various types of metadata (Exif/IPTC/etc) related to one entity (such as a file or stream).
Metadata() - Constructor for class com.drew.metadata.Metadata
 
MetadataException - Exception in com.drew.metadata
Base class for all metadata specific exceptions.
MetadataException(String) - Constructor for exception com.drew.metadata.MetadataException
 
MetadataException(Throwable) - Constructor for exception com.drew.metadata.MetadataException
 
MetadataException(String, Throwable) - Constructor for exception com.drew.metadata.MetadataException
 
MetadataReader - Interface in com.drew.metadata
Interface through which all classes responsible for decoding a particular type of metadata may be called.

N

NikonType1MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a NikonType1MakernoteDirectory.
NikonType1MakernoteDescriptor(NikonType1MakernoteDirectory) - Constructor for class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
NikonType1MakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Nikon (type 1) cameras.
NikonType1MakernoteDirectory() - Constructor for class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
NikonType2MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a NikonType2MakernoteDirectory.
NikonType2MakernoteDescriptor(NikonType2MakernoteDirectory) - Constructor for class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
NikonType2MakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Nikon (type 2) cameras.
NikonType2MakernoteDirectory() - Constructor for class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
NotNull - Annotation Type in com.drew.lang.annotations
 
Nullable - Annotation Type in com.drew.lang.annotations
 
NullOutputStream - Class in com.drew.lang
An implementation of OutputSteam that ignores write requests by doing nothing.
NullOutputStream() - Constructor for class com.drew.lang.NullOutputStream
 

O

OlympusMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a OlympusMakernoteDirectory.
OlympusMakernoteDescriptor(OlympusMakernoteDirectory) - Constructor for class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
OlympusMakernoteDirectory - Class in com.drew.metadata.exif
The Olympus makernote is used by many manufacturers (Konica, Minolta and Epson...), and as such contains some tags that appear specific to those manufacturers.
OlympusMakernoteDirectory() - Constructor for class com.drew.metadata.exif.OlympusMakernoteDirectory
 

P

PanasonicMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a PanasonicMakernoteDirectory.
PanasonicMakernoteDescriptor(PanasonicMakernoteDirectory) - Constructor for class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
PanasonicMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Panasonic and Leica cameras.
PanasonicMakernoteDirectory() - Constructor for class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
PentaxMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a PentaxMakernoteDirectory.
PentaxMakernoteDescriptor(PentaxMakernoteDirectory) - Constructor for class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
PentaxMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Pentax and Asahi cameras.
PentaxMakernoteDirectory() - Constructor for class com.drew.metadata.exif.PentaxMakernoteDirectory
 
PhotographicConversions - Class in com.drew.imaging
Contains helper methods that perform photographic conversions.
PhotoshopDescriptor - Class in com.drew.metadata.photoshop
 
PhotoshopDescriptor(PhotoshopDirectory) - Constructor for class com.drew.metadata.photoshop.PhotoshopDescriptor
 
PhotoshopDirectory - Class in com.drew.metadata.photoshop
Holds the metadata found in the APPD segment of a JPEG file saved by Photoshop.
PhotoshopDirectory() - Constructor for class com.drew.metadata.photoshop.PhotoshopDirectory
 
PhotoshopReader - Class in com.drew.metadata.photoshop
Reads metadata created by Photoshop and stored in the APPD segment of Jpeg files.
PhotoshopReader() - Constructor for class com.drew.metadata.photoshop.PhotoshopReader
 
printStackTrace(PrintStream) - Method in exception com.drew.lang.CompoundException
 
printStackTrace(PrintWriter) - Method in exception com.drew.lang.CompoundException
 
printStackTrace() - Method in exception com.drew.lang.CompoundException
 
PsdHeaderDescriptor - Class in com.drew.metadata.photoshop
 
PsdHeaderDescriptor(PsdHeaderDirectory) - Constructor for class com.drew.metadata.photoshop.PsdHeaderDescriptor
 
PsdHeaderDirectory - Class in com.drew.metadata.photoshop
Holds the basic metadata found in the header of a Photoshop PSD file.
PsdHeaderDirectory() - Constructor for class com.drew.metadata.photoshop.PsdHeaderDirectory
 
PsdMetadataReader - Class in com.drew.imaging.psd
Obtains metadata from Photoshop's PSD files.
PsdMetadataReader() - Constructor for class com.drew.imaging.psd.PsdMetadataReader
 
PsdReader - Class in com.drew.metadata.photoshop
Reads metadata stored within PSD file format data.
PsdReader() - Constructor for class com.drew.metadata.photoshop.PsdReader
 

R

RandomAccessFileReader - Class in com.drew.lang
Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.
RandomAccessFileReader(RandomAccessFile) - Constructor for class com.drew.lang.RandomAccessFileReader
 
Rational - Class in com.drew.lang
Immutable class for holding a rational number without loss of precision.
Rational(long, long) - Constructor for class com.drew.lang.Rational
Creates a new instance of Rational.
readMetadata(BufferedInputStream, boolean) - Static method in class com.drew.imaging.ImageMetadataReader
Reads metadata from an input stream.
readMetadata(File) - Static method in class com.drew.imaging.ImageMetadataReader
Reads metadata from a file.
readMetadata(InputStream) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 
readMetadata(InputStream, boolean) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 
readMetadata(File) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 
readMetadata(File) - Static method in class com.drew.imaging.psd.PsdMetadataReader
 
readMetadata(InputStream, boolean) - Static method in class com.drew.imaging.psd.PsdMetadataReader
 
readMetadata(File) - Static method in class com.drew.imaging.tiff.TiffMetadataReader
 
readMetadata(InputStream, boolean) - Static method in class com.drew.imaging.tiff.TiffMetadataReader
Deprecated.
readSegment(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentReader
Reads the first instance of a given Jpeg segment, returning the contents as a byte array.
readSegment(byte, int) - Method in class com.drew.imaging.jpeg.JpegSegmentReader
Reads the Nth instance of a given Jpeg segment, returning the contents as a byte array.
readSegments(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentReader
Returns all instances of a given Jpeg segment.
removeSegment(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Removes all segments from the collection having the specified marker.
removeSegmentOccurrence(byte, int) - Method in class com.drew.imaging.jpeg.JpegSegmentData
Removes a specified instance of a segment's data from the collection.
ROOT_TWO - Static variable in class com.drew.imaging.PhotographicConversions
 

S

SBYTE - Static variable in class com.drew.metadata.exif.DataFormat
 
SEGMENT_APP0 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP0 Jpeg segment identifier -- JFIF data (also JFXX apparently).
SEGMENT_APP1 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP1 Jpeg segment identifier -- where Exif data is kept.
SEGMENT_APP2 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP2 Jpeg segment identifier.
SEGMENT_APP3 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP3 Jpeg segment identifier.
SEGMENT_APP4 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP4 Jpeg segment identifier.
SEGMENT_APP5 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP5 Jpeg segment identifier.
SEGMENT_APP6 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP6 Jpeg segment identifier.
SEGMENT_APP7 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP7 Jpeg segment identifier.
SEGMENT_APP8 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP8 Jpeg segment identifier.
SEGMENT_APP9 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APP9 Jpeg segment identifier.
SEGMENT_APPA - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPA (App10) Jpeg segment identifier -- can hold Unicode comments.
SEGMENT_APPB - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPB (App11) Jpeg segment identifier.
SEGMENT_APPC - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPC (App12) Jpeg segment identifier.
SEGMENT_APPD - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPD (App13) Jpeg segment identifier -- IPTC data in here.
SEGMENT_APPE - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPE (App14) Jpeg segment identifier.
SEGMENT_APPF - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPF (App15) Jpeg segment identifier.
SEGMENT_COM - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
Jpeg comment segment identifier.
SEGMENT_DHT - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
Define Huffman Table segment identifier.
SEGMENT_DQT - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
Define Quantization Table segment identifier.
SEGMENT_SOF0 - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
Start-of-Frame Zero segment identifier.
SEGMENT_SOI - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
Start Of Image segment identifier.
setBoolean(int, boolean) - Method in class com.drew.metadata.Directory
Sets a boolean value for the specified tag.
setByteArray(int, byte[]) - Method in class com.drew.metadata.Directory
Sets a byte[] (array) for the specified tag.
setDate(int, Date) - Method in class com.drew.metadata.Directory
Sets a java.util.Date value for the specified tag.
setDescriptor(TagDescriptor) - Method in class com.drew.metadata.Directory
Sets the descriptor used to interpret tag values.
setDouble(int, double) - Method in class com.drew.metadata.Directory
Sets a double value for the specified tag.
setDoubleArray(int, double[]) - Method in class com.drew.metadata.Directory
Sets a double[] (array) for the specified tag.
setFloat(int, float) - Method in class com.drew.metadata.Directory
Sets a float value for the specified tag.
setFloatArray(int, float[]) - Method in class com.drew.metadata.Directory
Sets a float[] (array) for the specified tag.
setInt(int, int) - Method in class com.drew.metadata.Directory
Sets an int value for the specified tag.
setIntArray(int, int[]) - Method in class com.drew.metadata.Directory
Sets an int[] (array) for the specified tag.
setIntArray(int, int[]) - Method in class com.drew.metadata.exif.CanonMakernoteDirectory
 
setLong(int, long) - Method in class com.drew.metadata.Directory
Sets a long value for the specified tag.
setMotorolaByteOrder(boolean) - Method in interface com.drew.lang.BufferReader
Sets the endianness of this reader.
setMotorolaByteOrder(boolean) - Method in class com.drew.lang.ByteArrayReader
 
setMotorolaByteOrder(boolean) - Method in class com.drew.lang.RandomAccessFileReader
 
setObject(int, Object) - Method in class com.drew.metadata.Directory
Sets a Object for the specified tag.
setObjectArray(int, Object) - Method in class com.drew.metadata.Directory
Sets an array Object for the specified tag.
setRational(int, Rational) - Method in class com.drew.metadata.Directory
Sets a Rational value for the specified tag.
setRationalArray(int, Rational[]) - Method in class com.drew.metadata.Directory
Sets a Rational[] (array) for the specified tag.
setString(int, String) - Method in class com.drew.metadata.Directory
Sets a String value for the specified tag.
setStringArray(int, String[]) - Method in class com.drew.metadata.Directory
Sets a String[] (array) for the specified tag.
setThumbnailData(byte[]) - Method in class com.drew.metadata.exif.ExifThumbnailDirectory
 
setXMPMeta(XMPMeta) - Method in class com.drew.metadata.xmp.XmpDirectory
 
shortValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a short.
shutterSpeedToExposureTime(double) - Static method in class com.drew.imaging.PhotographicConversions
Converts a shutter speed to an exposure time.
SigmaMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a SigmaMakernoteDirectory.
SigmaMakernoteDescriptor(SigmaMakernoteDirectory) - Constructor for class com.drew.metadata.exif.SigmaMakernoteDescriptor
 
SigmaMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Sigma / Foveon cameras.
SigmaMakernoteDirectory() - Constructor for class com.drew.metadata.exif.SigmaMakernoteDirectory
 
SINGLE - Static variable in class com.drew.metadata.exif.DataFormat
 
SLONG - Static variable in class com.drew.metadata.exif.DataFormat
 
SonyType1MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a SonyType1MakernoteDirectory.
SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory) - Constructor for class com.drew.metadata.exif.SonyType1MakernoteDescriptor
 
SonyType1MakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Sony cameras that use the Sony Type 1 makernote tags.
SonyType1MakernoteDirectory() - Constructor for class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
SonyType6MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string representations of tag values stored in a SonyType6MakernoteDirectory.
SonyType6MakernoteDescriptor(SonyType6MakernoteDirectory) - Constructor for class com.drew.metadata.exif.SonyType6MakernoteDescriptor
 
SonyType6MakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Sony cameras that use the Sony Type 6 makernote tags.
SonyType6MakernoteDirectory() - Constructor for class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
SRATIONAL - Static variable in class com.drew.metadata.exif.DataFormat
 
SSHORT - Static variable in class com.drew.metadata.exif.DataFormat
 
STRING - Static variable in class com.drew.metadata.exif.DataFormat
 
StringUtil - Class in com.drew.lang
 
StringUtil() - Constructor for class com.drew.lang.StringUtil
 
SuppressWarnings - Annotation Type in com.drew.lang.annotations
Used to suppress specific code analysis warnings produced by the Findbugs tool.

T

Tag - Class in com.drew.metadata
Models a particular tag within a directory and provides methods for obtaining its value.
Tag(int, Directory) - Constructor for class com.drew.metadata.Tag
 
TAG_35MM_FILM_EQUIV_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the equivalent focal length assuming a 35mm film camera, in mm.
TAG_ACCESSORY_TYPE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_ACTION_ADVISED - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ADJUSTMENT_MODE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_ADVANCED_SCENE_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

1 = Normal
2 = Outdoor/Illuminations/Flower/HDR Art
3 = Indoor/Architecture/Objects/HDR B&W
4 = Creative
5 = Auto
7 = Expressive
8 = Retro
9 = Pure
10 = Elegant
12 = Monochrome
13 = Dynamic Art
14 = Silhouette
TAG_AEB_BRACKET_VALUE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
 
TAG_AEB_BRACKET_VALUE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_AF_AREA_HEIGHT - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_AREA_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

2 bytes
(DMC-FZ10)
'0 1' = Spot Mode On
'0 16' = Spot Mode Off
'(other models)
16 = Normal?
'0 1' = 9-area
'0 16' = 3-area (high speed)
'1 0' = Spot Focusing
'1 1' = 5-area
'16 0' = 1-area
'16 16' = 1-area (high speed)
'32 0' = Auto or Face Detect
'32 1' = 3-area (left)?
'32 2' = 3-area (center)?
'32 3' = 3-area (right)?
'64 0' = Face Detect
TAG_AF_AREA_WIDTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_AREA_X_POSITIONS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_AREA_Y_POSITIONS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_ASSIST_LAMP - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Fired
2 = Enabled nut not used
3 = Disabled but required
4 = Disabled and not required
TAG_AF_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_INFO_ARRAY_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_AF_POINT_POSITION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_AF_POINT_SELECTED - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
12288 = None (Manual Focus) 12289 = Auto Selected 12290 = Right 12291 = Centre 12292 = Left
TAG_AF_POINT_USED - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
 
TAG_AF_POINTS_IN_FOCUS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_AF_POINTS_IN_FOCUS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_AF_POINTS_IN_FOCUS_1D - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_AMBIANCE_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_ANTI_BLUR - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_APERTURE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The actual aperture value of lens when the image was taken.
TAG_APERTURE_VALUE - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_APP14_FLAGS0 - Static variable in class com.drew.metadata.adobe.AdobeJpegDirectory
The convention for TAG_APP14_FLAGS0 and TAG_APP14_FLAGS1 is that 0 bits are benign.
TAG_APP14_FLAGS1 - Static variable in class com.drew.metadata.adobe.AdobeJpegDirectory
The convention for TAG_APP14_FLAGS0 and TAG_APP14_FLAGS1 is that 0 bits are benign.
TAG_APPLICATION_RECORD_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ARM_IDENTIFIER - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ARM_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ARTIST - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_ASPECT_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_AUDIO - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Yes
2 = No
TAG_AUDIO_DURATION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_AUDIO_OUTCUE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_AUDIO_SAMPLING_RATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_AUDIO_SAMPLING_RESOLUTION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_AUDIO_TYPE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_AUTO_BRACKET - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_AUTO_EXPOSURE_BRACKETING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
 
TAG_AUTO_EXPOSURE_BRACKETING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_AUTO_FOCUS_MODE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_AUTO_ISO - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_AUTO_ROTATE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_BABY_AGE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_BABY_AGE_1 - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_BABY_NAME - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_BASE_ISO - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_BATTERY_LEVEL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_BITS_PER_CHANNEL - Static variable in class com.drew.metadata.photoshop.PsdHeaderDirectory
The number of bits per channel.
TAG_BITS_PER_SAMPLE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
When image format is no compression, this value shows the number of bits per component for each pixel.
TAG_BITS_PER_SAMPLE - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
When image format is no compression, this value shows the number of bits per component for each pixel.
TAG_BODY_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
String.
TAG_BRIGHTNESS_VALUE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_BULB_DURATION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_BURST_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = Off
1 = On
2 = Infinite
4 = Unlimited
TAG_BY_LINE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_BY_LINE_TITLE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CAMERA_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CAMERA_OWNER_NAME - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
String.
TAG_CAMERA_SERIAL_NUMBER - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_CAMERA_TEMPERATURE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_CAMERA_TYPE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_CANON_CUSTOM_FUNCTIONS_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_FILE_LENGTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_FIRMWARE_VERSION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_FLAGS_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_IMAGE_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_IMAGE_TYPE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_OWNER_NAME - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CAPTION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CAPTION_WRITER - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CASIO_CCD_SENSITIVITY - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_CONTRAST - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_FLASH_INTENSITY - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_FLASH_MODE - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_FOCUSING_MODE - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_OBJECT_DISTANCE - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_QUALITY - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_RECORDING_MODE - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_SATURATION - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_SHARPNESS - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_TYPE2_BESTSHOT_MODE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
TAG_CASIO_TYPE2_CASIO_PREVIEW_THUMBNAIL - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Alternate thumbnail offset
TAG_CASIO_TYPE2_CCD_ISO_SENSITIVITY - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off 1 = On?
TAG_CASIO_TYPE2_COLOUR_MODE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_CONTRAST - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = -1 1 = Normal 2 = +1
TAG_CASIO_TYPE2_ENHANCEMENT - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_FILTER - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_FLASH_DISTANCE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Off
TAG_CASIO_TYPE2_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Units are tenths of a millimetre
TAG_CASIO_TYPE2_FOCUS_MODE_1 - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Normal 1 = Macro
TAG_CASIO_TYPE2_FOCUS_MODE_2 - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
1 = Fixation 6 = Multi-Area Auto Focus
TAG_CASIO_TYPE2_IMAGE_SIZE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = 640 x 480 pixels 4 = 1600 x 1200 pixels 5 = 2048 x 1536 pixels 20 = 2288 x 1712 pixels 21 = 2592 x 1944 pixels 22 = 2304 x 1728 pixels 36 = 3008 x 2008 pixels
TAG_CASIO_TYPE2_ISO_SENSITIVITY - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
3 = 50 4 = 64 6 = 100 9 = 200
TAG_CASIO_TYPE2_OBJECT_DISTANCE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Units are millimetres
TAG_CASIO_TYPE2_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
See PIM specification here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/pim.html
TAG_CASIO_TYPE2_QUALITY - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
3 = Fine
TAG_CASIO_TYPE2_QUALITY_MODE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
1 = Fine 2 = Super Fine
TAG_CASIO_TYPE2_RECORD_MODE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
2 = Normal Mode
TAG_CASIO_TYPE2_SATURATION - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = -1 1 = Normal 2 = +1
TAG_CASIO_TYPE2_SELF_TIMER - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
1 = Off?
TAG_CASIO_TYPE2_SHARPNESS - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = -1 1 = Normal 2 = +1
TAG_CASIO_TYPE2_THUMBNAIL_DIMENSIONS - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
2 values - x,y dimensions in pixels.
TAG_CASIO_TYPE2_THUMBNAIL_OFFSET - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Offset of Preview Thumbnail
TAG_CASIO_TYPE2_THUMBNAIL_SIZE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
Size in bytes
TAG_CASIO_TYPE2_TIME_ZONE - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
(string)
TAG_CASIO_TYPE2_WHITE_BALANCE_1 - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
0 = Auto 1 = Daylight 2 = Shade 3 = Tungsten 4 = Fluorescent 5 = Manual
TAG_CASIO_TYPE2_WHITE_BALANCE_2 - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
12 = Flash 0 = Manual 1 = Auto? 4 = Flash?
TAG_CASIO_TYPE2_WHITE_BALANCE_BIAS - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
TAG_CASIO_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_3 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_4 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_5 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_6 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_7 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_UNKNOWN_8 - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CASIO_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
TAG_CATEGORIES - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CATEGORY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CFA_PATTERN - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_CFA_PATTERN_2 - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
There are two definitions for CFA pattern, I don't know the difference...
TAG_CFA_REPEAT_PATTERN_DIM - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_CHANNEL_COUNT - Static variable in class com.drew.metadata.photoshop.PsdHeaderDirectory
The number of channels in the image, including any alpha channels.
TAG_CITY - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_CITY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CODED_CHARACTER_SET - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_COLOR_ADJUSTMENT - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_COLOR_BALANCE_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_COLOR_DATA_ARRAY_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_COLOR_EFFECT - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Off
2 = Warm
3 = Cool
4 = Black & White
5 = Sepia
TAG_COLOR_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_COLOR_INFO_ARRAY_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_COLOR_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = Normal
1 = Natural
2 = Vivid
TAG_COLOR_MODE - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_COLOR_MODE - Static variable in class com.drew.metadata.photoshop.PsdHeaderDirectory
The color mode of the file.
TAG_COLOR_MODE_SETTING - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_COLOR_SPACE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_COLOR_SPACE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Defines Color Space.
TAG_COLOR_SPACE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_COLOR_TEMPERATURE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_COLOR_TEMPERATURE - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_COLOR_TRANSFORM - Static variable in class com.drew.metadata.adobe.AdobeJpegDirectory
 
TAG_COMPONENTS_CONFIGURATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_COMPRESSED_AVERAGE_BITS_PER_PIXEL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Average (rough estimate) compression level in JPEG bits per pixel.
TAG_CONTACT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CONTENT_LOCATION_CODE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CONTENT_LOCATION_NAME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CONTINUOUS_DRIVE_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Single Frame or Timer Mode 1 = Continuous
TAG_CONTRAST - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Normal 1 = High 65535 = Low
TAG_CONTRAST - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the direction of contrast processing applied by the camera when the image was shot.
TAG_CONTRAST - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = Normal
TAG_CONTRAST - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_CONTRAST_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
(this decoding seems to work for some models such as the LC1, LX2, FZ7, FZ8, FZ18 and FZ50, but may not be correct for other models such as the FX10, G1, L1, L10 and LC80)
0x0 = Normal
0x1 = Low
0x2 = High
0x6 = Medium Low
0x7 = Medium High
0x100 = Low
0x110 = Normal
0x120 = High
(these values are used by the GF1)
0 = -2
1 = -1
2 = Normal
3 = +1
4 = +2
7 = Nature (Color Film)
12 = Smooth (Color Film) or Pure (My Color)
17 = Dynamic (B&W Film)
22 = Smooth (B&W Film)
27 = Dynamic (Color Film)
32 = Vibrant (Color Film) or Expressive (My Color)
33 = Elegant (My Color)
37 = Nostalgic (Color Film)
41 = Dynamic Art (My Color)
42 = Retro (My Color)
TAG_CONTROL_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_CONVERSION_LENS - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Off
2 = Wide
3 = Telephoto
4 = Macro
TAG_COPYRIGHT - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_COPYRIGHT_NOTICE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_COUNTRY - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_COUNTRY_OR_PRIMARY_LOCATION_CODE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_COUNTRY_OR_PRIMARY_LOCATION_NAME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CREDIT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CROP_INFO - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CUSTOM_FUNCTIONS_1D_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CUSTOM_FUNCTIONS_ARRAY_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CUSTOM_PICTURE_STYLE_FILE_NAME - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CUSTOM_RENDERED - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the use of special processing on image data, such as rendering geared to output.
TAG_DATE_CREATED - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_DATE_SENT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_DATE_STAMP_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_DATETIME - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_DATETIME_DIGITIZED - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_DATETIME_DIGITIZED - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_DATETIME_ORIGINAL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_DATETIME_ORIGINAL - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_DCT_ENCODE_VERSION - Static variable in class com.drew.metadata.adobe.AdobeJpegDirectory
 
TAG_DESTINATION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_DEVICE_SETTING_DESCRIPTION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates information on the picture-taking conditions of a particular camera model.
TAG_DIGITAL_DATE_CREATED - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_DIGITAL_TIME_CREATED - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = No Digital Zoom 1 = 2x 2 = 4x
TAG_DIGITAL_ZOOM_RATIO - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the digital zoom ratio when the image was shot.
TAG_DOCUMENT_NAME - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_DRIVE_MODE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_DUST_REMOVAL_DATA - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_DYNAMIC_RANGE_OPTIMISER - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_EASY_SHOOTING_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Full Auto 1 = Manual 2 = Landscape 3 = Fast Shutter 4 = Slow Shutter 5 = Night 6 = Black & White 7 = Sepia 8 = Portrait 9 = Sports 10 = Macro / Close-Up 11 = Pan Focus
TAG_EDIT_STATUS - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_EDITORIAL_UPDATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ENVELOPE_NUMBER - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ENVELOPE_PRIORITY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ENVELOPE_RECORD_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_EXIF_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_EXIF_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_EXIF_SUB_IFD_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
This tag is a pointer to the Exif SubIFD.
TAG_EXIF_VERSION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_EXIF_VERSION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
Panasonic Exif Version
TAG_EXPIRATION_DATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_EXPIRATION_TIME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_EXPOSURE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_EXPOSURE_BIAS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_EXPOSURE_COMPENSATION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_EXPOSURE_INDEX - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_EXPOSURE_INDEX_2 - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
There are two definitions for exposure index, I don't know the difference...
TAG_EXPOSURE_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Easy Shooting (See Easy Shooting Mode) 1 = Program 2 = Tv-Priority 3 = Av-Priority 4 = Manual 5 = A-DEP
TAG_EXPOSURE_MODE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the exposure mode set when the image was shot.
TAG_EXPOSURE_MODE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_EXPOSURE_MODE - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_EXPOSURE_PROGRAM - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Exposure program that the camera used when image was taken.
TAG_EXPOSURE_PROGRAM - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_EXPOSURE_TIME - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_EXPOSURE_TIME - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Exposure time (reciprocal of shutter speed).
TAG_EXPOSURE_TIME - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_F_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_F_NUMBER - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_FACE_DETECT_ARRAY_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_FACE_DETECT_ARRAY_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_FACE_DETECTION_INFO - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

Integer (16Bit) Indexes:
0 Number Face Positions (maybe less than Faces Detected)
1-4 Face Position 1
5-8 Face Position 2
and so on

The four Integers are interpreted as follows:
(XYWH) X,Y Center of Face, (W,H) Width and Height
All values are in respect to double the size of the thumbnail image
TAG_FACE_RECOGNITION_INFO - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
Byte Indexes:
0 Int (2 Byte) Number of Recognized Faces
4 String(20 Byte) Recognized Face 1 Name
24 4 Int (8 Byte) Recognized Face 1 Position (Same Format as Face Detection)
32 String(20 Byte) Recognized Face 1 Age
52 String(20 Byte) Recognized Face 2 Name
72 4 Int (8 Byte) Recognized Face 2 Position (Same Format as Face Detection)
80 String(20 Byte) Recognized Face 2 Age

And so on

The four Integers are interpreted as follows:
(XYWH) X,Y Center of Face, (W,H) Width and Height
All values are in respect to double the size of the thumbnail image
TAG_FACES_DETECTED - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_FILE_FORMAT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_FILE_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_FILE_SOURCE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_FILE_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_FILL_LIGHT - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_FILL_ORDER - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
1 = Normal 2 = Reversed
TAG_FILM_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_FILTER_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_FIRMWARE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_FIRMWARE - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_FIRMWARE_REVISION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_FIXTURE_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_FLASH - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
0x0 = 0000000 = No Flash 0x1 = 0000001 = Fired 0x5 = 0000101 = Fired, Return not detected 0x7 = 0000111 = Fired, Return detected 0x9 = 0001001 = On 0xd = 0001101 = On, Return not detected 0xf = 0001111 = On, Return detected 0x10 = 0010000 = Off 0x18 = 0011000 = Auto, Did not fire 0x19 = 0011001 = Auto, Fired 0x1d = 0011101 = Auto, Fired, Return not detected 0x1f = 0011111 = Auto, Fired, Return detected 0x20 = 0100000 = No flash function 0x41 = 1000001 = Fired, Red-eye reduction 0x45 = 1000101 = Fired, Red-eye reduction, Return not detected 0x47 = 1000111 = Fired, Red-eye reduction, Return detected 0x49 = 1001001 = On, Red-eye reduction 0x4d = 1001101 = On, Red-eye reduction, Return not detected 0x4f = 1001111 = On, Red-eye reduction, Return detected 0x59 = 1011001 = Auto, Fired, Red-eye reduction 0x5d = 1011101 = Auto, Fired, Red-eye reduction, Return not detected 0x5f = 1011111 = Auto, Fired, Red-eye reduction, Return detected 6543210 (positions) This is a bitmask.
TAG_FLASH_ACTIVITY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Flash Did Not Fire 1 = Flash Fired
TAG_FLASH_BIAS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
The value of this tag may be translated into a flash bias value, in EV.
TAG_FLASH_BIAS - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_FLASH_DETAILS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_FLASH_ENERGY - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_FLASH_ENERGY_2 - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_FLASH_EXPOSURE_BRACKETING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_FLASH_FIRED - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_FLASH_GUIDE_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_FLASH_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Flash Not Fired 1 = Auto 2 = On 3 = Red Eye Reduction 4 = Slow Synchro 5 = Auto + Red Eye Reduction 6 = On + Red Eye Reduction 16 = External Flash
TAG_FLASH_OUTPUT - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_FLASH_WARNING - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = No
1 = Yes
TAG_FLASHPIX_VERSION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_FNUMBER - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The actual F-number(F-stop) of lens when the image was taken.
TAG_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Focal length of lens used to take image.
TAG_FOCAL_LENGTH - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_FOCAL_PLANE_UNIT - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Unit of FocalPlaneXResolution/FocalPlaneYResolution.
TAG_FOCAL_PLANE_X_RES - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_FOCAL_PLANE_Y_RES - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_FOCAL_UNITS_PER_MM - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_FOCUS_DISTANCE_LOWER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_FOCUS_DISTANCE_UPPER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_FOCUS_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

1 = Auto
2 = Manual
4 = Auto, Focus Button
5 = Auto, Continuous
TAG_FOCUS_MODE_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = One-Shot 1 = AI Servo 2 = AI Focus 3 = Manual Focus 4 = Single 5 = Continuous 6 = Manual Focus
TAG_FOCUS_MODE_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Focus Mode: Single 1 = Focus Mode: Continuous
TAG_FOCUS_SETTING - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_FOCUS_TYPE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Manual 1 = Auto 3 = Close-up (Macro) 8 = Locked (Pan Mode)
TAG_FUJIFILM_AE_WARNING - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_BLUR_WARNING - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_COLOR_SATURATION - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_CONTINUOUS_TAKING_OR_AUTO_BRACKETTING - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_FLASH_MODE - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_FLASH_STRENGTH - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_FOCUS_MODE - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_FOCUS_WARNING - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_MACRO - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_MAKERNOTE_VERSION - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_PICTURE_MODE - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_QUALITY - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_SHARPNESS - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_SLOW_SYNCH - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_TONE - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_FUJIFILM_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
TAG_GAIN_CONTROL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the degree of overall image gain adjustment.
TAG_GAMMA - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Rational64u.
TAG_GPS_ALTITUDE - Static variable in class com.drew.metadata.exif.GpsDirectory
Altitude GPSAltitude 6 6 RATIONAL 1
TAG_GPS_ALTITUDE_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Altitude reference GPSAltitudeRef 5 5 BYTE 1
TAG_GPS_AREA_INFORMATION - Static variable in class com.drew.metadata.exif.GpsDirectory
 
TAG_GPS_DATE_STAMP - Static variable in class com.drew.metadata.exif.GpsDirectory
 
TAG_GPS_DEST_BEARING - Static variable in class com.drew.metadata.exif.GpsDirectory
Bearing of destination GPSDestBearing 24 18 RATIONAL 1
TAG_GPS_DEST_BEARING_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Reference for bearing of destination GPSDestBearingRef 23 17 ASCII 2
TAG_GPS_DEST_DISTANCE - Static variable in class com.drew.metadata.exif.GpsDirectory
Distance to destination GPSDestDistance 26 1A RATIONAL 1
TAG_GPS_DEST_DISTANCE_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Reference for distance to destination GPSDestDistanceRef 25 19 ASCII 2
TAG_GPS_DEST_LATITUDE - Static variable in class com.drew.metadata.exif.GpsDirectory
Latitude of destination GPSDestLatitude 20 14 RATIONAL 3
TAG_GPS_DEST_LATITUDE_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Reference for latitude of destination GPSDestLatitudeRef 19 13 ASCII 2
TAG_GPS_DEST_LONGITUDE - Static variable in class com.drew.metadata.exif.GpsDirectory
Longitude of destination GPSDestLongitude 22 16 RATIONAL 3
TAG_GPS_DEST_LONGITUDE_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Reference for longitude of destination GPSDestLongitudeRef 21 15 ASCII 2
TAG_GPS_DIFFERENTIAL - Static variable in class com.drew.metadata.exif.GpsDirectory
 
TAG_GPS_DOP - Static variable in class com.drew.metadata.exif.GpsDirectory
Measurement precision GPSDOP 11 B RATIONAL 1
TAG_GPS_IMG_DIRECTION - Static variable in class com.drew.metadata.exif.GpsDirectory
Direction of image GPSImgDirection 17 11 RATIONAL 1
TAG_GPS_IMG_DIRECTION_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Reference for direction of image GPSImgDirectionRef 16 10 ASCII 2
TAG_GPS_INFO_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
This tag is a pointer to the Exif GPS IFD.
TAG_GPS_LATITUDE - Static variable in class com.drew.metadata.exif.GpsDirectory
Latitude GPSLatitude 2 2 RATIONAL 3
TAG_GPS_LATITUDE_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
North or South Latitude GPSLatitudeRef 1 1 ASCII 2
TAG_GPS_LONGITUDE - Static variable in class com.drew.metadata.exif.GpsDirectory
Longitude GPSLongitude 4 4 RATIONAL 3
TAG_GPS_LONGITUDE_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
East or West Longitude GPSLongitudeRef 3 3 ASCII 2
TAG_GPS_MAP_DATUM - Static variable in class com.drew.metadata.exif.GpsDirectory
Geodetic survey data used GPSMapDatum 18 12 ASCII Any
TAG_GPS_MEASURE_MODE - Static variable in class com.drew.metadata.exif.GpsDirectory
GPS measurement mode GPSMeasureMode 10 A ASCII 2
TAG_GPS_PROCESSING_METHOD - Static variable in class com.drew.metadata.exif.GpsDirectory
Values of "GPS", "CELLID", "WLAN" or "MANUAL" by the EXIF spec.
TAG_GPS_SATELLITES - Static variable in class com.drew.metadata.exif.GpsDirectory
GPS satellites used for measurement GPSSatellites 8 8 ASCII Any
TAG_GPS_SPEED - Static variable in class com.drew.metadata.exif.GpsDirectory
Speed of GPS receiver GPSSpeed 13 D RATIONAL 1
TAG_GPS_SPEED_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Speed unit GPSSpeedRef 12 C ASCII 2
TAG_GPS_STATUS - Static variable in class com.drew.metadata.exif.GpsDirectory
GPS receiver status GPSStatus 9 9 ASCII 2
TAG_GPS_TIME_STAMP - Static variable in class com.drew.metadata.exif.GpsDirectory
GPS time (atomic clock) GPSTimeStamp 7 7 RATIONAL 3
TAG_GPS_TRACK - Static variable in class com.drew.metadata.exif.GpsDirectory
Direction of movement GPSTrack 15 F RATIONAL 1
TAG_GPS_TRACK_REF - Static variable in class com.drew.metadata.exif.GpsDirectory
Reference for direction of movement GPSTrackRef 14 E ASCII 2
TAG_GPS_VERSION_ID - Static variable in class com.drew.metadata.exif.GpsDirectory
GPS tag version GPSVersionID 0 0 BYTE 4
TAG_HEADLINE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_HIGHLIGHT - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_ICC_APPLE_MULTI_LANGUAGE_PROFILE_NAME - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_CMM_FLAGS - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_CMM_TYPE - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_COLOR_SPACE - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_DEVICE_ATTR - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_DEVICE_MAKE - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_DEVICE_MODEL - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PLATFORM - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PROFILE_BYTE_COUNT - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PROFILE_CLASS - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PROFILE_CONNECTION_SPACE - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PROFILE_CREATOR - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PROFILE_DATETIME - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_PROFILE_VERSION - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_RENDERING_INTENT - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_SIGNATURE - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_A2B0 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_A2B1 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_A2B2 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_B2A0 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_B2A1 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_B2A2 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_bfd - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_bkpt - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_bTRC - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_bXYZ - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_calt - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_chad - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_chrm - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_COUNT - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_cprt - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_crdi - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_desc - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_devs - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_dmdd - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_dmnd - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_gamt - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_gTRC - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_gXYZ - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_kTRC - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_lumi - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_meas - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_ncl2 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_ncol - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_pre0 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_pre1 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_pre2 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_ps2i - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_ps2s - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_psd0 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_psd1 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_psd2 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_psd3 - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_pseq - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_resp - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_rTRC - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_rXYZ - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_scrd - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_scrn - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_targ - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_tech - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_view - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_vued - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_TAG_wtpt - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_ICC_XYZ_VALUES - Static variable in class com.drew.metadata.icc.IccDirectory
 
TAG_IMAGE_DESCRIPTION - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_IMAGE_HEIGHT - Static variable in class com.drew.metadata.photoshop.PsdHeaderDirectory
The height of the image in pixels.
TAG_IMAGE_HISTORY - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_IMAGE_NUMBER - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_IMAGE_ORIENTATION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_IMAGE_SIZE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Large 1 = Medium 2 = Small
TAG_IMAGE_STABILISATION - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_IMAGE_STABILIZATION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

2 = On, Mode 1
3 = Off
4 = On, Mode 2
TAG_IMAGE_TYPE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_IMAGE_UNIQUE_ID - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_IMAGE_UNIQUE_ID - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates an identifier assigned uniquely to each image.
TAG_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_IMAGE_WIDTH - Static variable in class com.drew.metadata.photoshop.PsdHeaderDirectory
The width of the image in pixels.
TAG_INTELLIGENT_EXPOSURE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = Off
1 = Low
2 = Standard
3 = High
TAG_INTELLIGENT_RESOLUTION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = Off
2 = Auto
3 = On
TAG_INTER_COLOR_PROFILE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_INTERLACE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_INTERNAL_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
this number is unique, and contains the date of manufacture, but is not the same as the number printed on the camera body
TAG_INTEROP_INDEX - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_INTEROP_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
This tag is a pointer to the Exif Interop IFD.
TAG_INTEROP_VERSION - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_IPTC_NAA - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_ISO - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Check ISOSpeedRatings EXIF tag for ISO Speed 15 = Auto ISO 16 = ISO 50 17 = ISO 100 18 = ISO 200 19 = ISO 400
TAG_ISO_EQUIVALENT - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_JFIF_RESX - Static variable in class com.drew.metadata.jfif.JfifDirectory
 
TAG_JFIF_RESY - Static variable in class com.drew.metadata.jfif.JfifDirectory
 
TAG_JFIF_UNITS - Static variable in class com.drew.metadata.jfif.JfifDirectory
Units for pixel density fields.
TAG_JFIF_VERSION - Static variable in class com.drew.metadata.jfif.JfifDirectory
 
TAG_JOB_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_JPEG_COMMENT - Static variable in class com.drew.metadata.jpeg.JpegCommentDirectory
This value does not apply to a particular standard.
TAG_JPEG_COMPONENT_DATA_1 - Static variable in class com.drew.metadata.jpeg.JpegDirectory
the first of a possible 4 color components.
TAG_JPEG_COMPONENT_DATA_2 - Static variable in class com.drew.metadata.jpeg.JpegDirectory
the second of a possible 4 color components.
TAG_JPEG_COMPONENT_DATA_3 - Static variable in class com.drew.metadata.jpeg.JpegDirectory
the third of a possible 4 color components.
TAG_JPEG_COMPONENT_DATA_4 - Static variable in class com.drew.metadata.jpeg.JpegDirectory
the fourth of a possible 4 color components.
TAG_JPEG_COMPRESSION_TYPE - Static variable in class com.drew.metadata.jpeg.JpegDirectory
 
TAG_JPEG_DATA_PRECISION - Static variable in class com.drew.metadata.jpeg.JpegDirectory
This is in bits/sample, usually 8 (12 and 16 not supported by most software).
TAG_JPEG_IMAGE_HEIGHT - Static variable in class com.drew.metadata.jpeg.JpegDirectory
The image's height.
TAG_JPEG_IMAGE_WIDTH - Static variable in class com.drew.metadata.jpeg.JpegDirectory
The image's width.
TAG_JPEG_NUMBER_OF_COMPONENTS - Static variable in class com.drew.metadata.jpeg.JpegDirectory
Usually 1 = grey scaled, 3 = color YcbCr or YIQ, 4 = color CMYK Each component TAG_COMPONENT_DATA_[1-4], has the following meaning: component Id(1byte)(1 = Y, 2 = Cb, 3 = Cr, 4 = I, 5 = Q), sampling factors (1byte) (bit 0-3 vertical., 4-7 horizontal.), quantization table number (1 byte).
TAG_JPEG_TABLES - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_KEYWORDS - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_KYOCERA_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.KyoceraMakernoteDirectory
 
TAG_KYOCERA_PROPRIETARY_THUMBNAIL - Static variable in class com.drew.metadata.exif.KyoceraMakernoteDirectory
 
TAG_LANDMARK - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_LANGUAGE_IDENTIFIER - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_LENS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_LENS - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_LENS_ID - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_LENS_INFO - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_LENS_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_LENS_MAKE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
String.
TAG_LENS_MODEL - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_LENS_MODEL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
String.
TAG_LENS_RANGE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_LENS_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
String.
TAG_LENS_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_LENS_SPECIFICATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
An array of four Rational64u numbers giving focal and aperture ranges.
TAG_LENS_TYPE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_LIGHT_SOURCE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_LIGHTING_OPTIMIZER_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_LOCAL_CAPTION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_LOCATION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_LONG_EXPOSURE_NOISE_REDUCTION - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_LONG_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_MACRO - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_MACRO_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
1 = Macro 2 = Normal
TAG_MACRO_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

1 = On
2 = Off
TAG_MAKE - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_MAKE - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_MAKER_NOTE_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
This tag is a pointer to the Exif Makernote IFD.
TAG_MAKER_NOTE_THUMB_LENGTH - Static variable in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
TAG_MAKER_NOTE_THUMB_OFFSET - Static variable in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
TAG_MAKER_NOTE_THUMB_VERSION - Static variable in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
TAG_MAKERNOTE_VERSION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_MASTER_DOCUMENT_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_MAX_APERTURE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Maximum aperture value of lens.
TAG_MAX_SAMPLE_VALUE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_MEASURED_COLOR_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_MEASURED_EV - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_MEASURED_EV_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_METERING_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
3 = Evaluative 4 = Partial 5 = Centre Weighted
TAG_METERING_MODE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Exposure metering method.
TAG_METERING_MODE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_MIN_SAMPLE_VALUE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_MINOLTA_MAKER_NOTE - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_MODEL - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_MODEL - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_MODEL_ID - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_MODIFIED_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_MOVIE_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_MY_COLORS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_ND_FILTER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_NEW_SUBFILE_TYPE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The new subfile type tag.
TAG_NIKON_TYPE1_CCD_SENSITIVITY - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_COLOR_MODE - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_CONVERTER - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_FOCUS - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_IMAGE_ADJUSTMENT - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_QUALITY - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_UNKNOWN_3 - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE1_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
TAG_NIKON_TYPE2_ACTIVE_D_LIGHTING - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The active D-Lighting setting.
TAG_NIKON_TYPE2_ADAPTER - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
A description of any auxiliary lens, as a string.
TAG_NIKON_TYPE2_AE_BRACKET_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The AE bracket compensation, as a rational number.
TAG_NIKON_TYPE2_AF_FOCUS_POSITION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The position of the autofocus target.
TAG_NIKON_TYPE2_AF_INFO_2 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_AF_RESPONSE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's digital vari-program setting, as a string.
TAG_NIKON_TYPE2_AF_TUNE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_AF_TYPE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's auto-focus mode, as an uppercase string.
TAG_NIKON_TYPE2_AUTO_FLASH_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The flash compensation, as an array of four integers.
TAG_NIKON_TYPE2_AUTO_FLASH_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The type of flash used in the photograph, as a string.
TAG_NIKON_TYPE2_CAMERA_COLOR_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The color space as set in the camera, as a string.
TAG_NIKON_TYPE2_CAMERA_HUE_ADJUSTMENT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The hue adjustment as set in the camera.
TAG_NIKON_TYPE2_CAMERA_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's serial number, as a string.
TAG_NIKON_TYPE2_CAMERA_SERIAL_NUMBER_2 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera serial number, as a string.
TAG_NIKON_TYPE2_CAMERA_SHARPENING - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's sharpening setting, as an uppercase string.
TAG_NIKON_TYPE2_CAMERA_TONE_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's tone compensation setting, as a string.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's white balance setting, as an uppercase string.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_FINE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's white balance bias setting, as an uint16 array having either one or two elements.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_RB_COEFF - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The first two numbers are coefficients to multiply red and blue channels according to white balance as set in the camera.
TAG_NIKON_TYPE2_COLOR_BALANCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_COLOR_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's color mode, as an uppercase string.
TAG_NIKON_TYPE2_COLOR_SPACE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's color space setting.
TAG_NIKON_TYPE2_CONTRAST_CURVE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_CROP_HIGH_SPEED - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_DATA_DUMP - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_DELETED_IMAGE_COUNT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_DIGITAL_VARI_PROGRAM - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's digital vari-program setting, as a string.
TAG_NIKON_TYPE2_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The amount of digital zoom used.
TAG_NIKON_TYPE2_EXPOSURE_DIFFERENCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The exposure difference, as an array of four integers.
TAG_NIKON_TYPE2_EXPOSURE_SEQUENCE_NUMBER - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The number of total shutter releases.
TAG_NIKON_TYPE2_EXPOSURE_TUNING - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_FILE_INFO - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_FIRMWARE_VERSION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0200 (D70) - 0200 (D1X)
TAG_NIKON_TYPE2_FLASH_BRACKET_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The flash bracket compensation, as an array of four integers.
TAG_NIKON_TYPE2_FLASH_EXPOSURE_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The flash exposure compensation, as an array of four integers.
TAG_NIKON_TYPE2_FLASH_INFO - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_FLASH_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Flash mode, as a string.
TAG_NIKON_TYPE2_FLASH_SYNC_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's flash setting, as an uppercase string.
TAG_NIKON_TYPE2_FLASH_USED - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Whether the flash was used in this image.
TAG_NIKON_TYPE2_HIGH_ISO_NOISE_REDUCTION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's high ISO noise reduction setting, as an integer.
TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's image adjustment setting, as a string.
TAG_NIKON_TYPE2_IMAGE_AUTHENTICATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_IMAGE_BOUNDARY - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Defines the photo corner coordinates, in 8 bytes.
TAG_NIKON_TYPE2_IMAGE_COUNT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_IMAGE_DATA_SIZE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_IMAGE_OPTIMISATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's image optimisation, as a string.
TAG_NIKON_TYPE2_IMAGE_STABILISATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's digital vari-program setting, as a string.
TAG_NIKON_TYPE2_ISO_1 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 250 - 0 400
TAG_NIKON_TYPE2_ISO_INFO - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_ISO_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's ISO mode, as an uppercase string.
TAG_NIKON_TYPE2_ISO_REQUESTED - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The requested ISO value, as an array of two integers.
TAG_NIKON_TYPE2_LENS - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
A pair of focal/max-fstop values that describe the lens used.
TAG_NIKON_TYPE2_LENS_DATA - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_LENS_STOPS - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Lens stops, as an array of four integers.
TAG_NIKON_TYPE2_LENS_TYPE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The type of lens used, as a byte.
TAG_NIKON_TYPE2_LIGHT_SOURCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The lighting type, as a string.
TAG_NIKON_TYPE2_LINEARIZATION_TABLE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_MULTI_EXPOSURE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_NEF_BIT_DEPTH - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_NEF_COMPRESSION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The NEF (RAW) compression.
TAG_NIKON_TYPE2_NEF_THUMBNAIL_SIZE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The NEF (RAW) thumbnail size, as an integer array with two items representing [width,height].
TAG_NIKON_TYPE2_NIKON_CAPTURE_DATA - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Data about changes set by Nikon Capture Editor.
TAG_NIKON_TYPE2_NIKON_CAPTURE_OFFSETS - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_NIKON_CAPTURE_VERSION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_NIKON_SCAN - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_NOISE_REDUCTION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The type of noise reduction, as a string.
TAG_NIKON_TYPE2_PICTURE_CONTROL - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_POWER_UP_TIME - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_PREVIEW_IFD - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Preview to another IFD (?)

Details here: http://gvsoft.homedns.org/exif/makernote-nikon-2-tag0x0011.html // TODO if this is another IFD, decode it

TAG_NIKON_TYPE2_PRINT_IM - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_PROGRAM_SHIFT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's program shift setting, as an array of four integers.
TAG_NIKON_TYPE2_QUALITY_AND_FILE_FORMAT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's quality setting, as an uppercase string.
TAG_NIKON_TYPE2_RETOUCH_HISTORY - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_SATURATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The saturation level, as a signed integer.
TAG_NIKON_TYPE2_SATURATION_2 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's saturation level, as a string.
TAG_NIKON_TYPE2_SCENE_ASSIST - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_SCENE_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's scene mode, as a string.
TAG_NIKON_TYPE2_SENSOR_PIXEL_SIZE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The sensor pixel size, as a pair of rational numbers.
TAG_NIKON_TYPE2_SHOOTING_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's shooting mode.
TAG_NIKON_TYPE2_SHOT_INFO - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Advertised as ASCII, but actually isn't.
TAG_NIKON_TYPE2_UNKNOWN_10 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_11 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_12 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_20 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_27 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_28 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_29 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_30 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_31 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_32 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_33 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_34 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
An unknown tag, as a rational.
TAG_NIKON_TYPE2_UNKNOWN_35 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_36 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_37 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_38 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_39 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_40 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_41 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_42 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_43 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_44 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_45 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_46 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_47 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_48 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_49 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_50 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_51 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_52 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_53 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_54 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_UNKNOWN_55 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_VIGNETTE_CONTROL - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The camera's vignette control setting.
TAG_NIKON_TYPE2_VR_INFO - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NIKON_TYPE2_WORLD_TIME - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
TAG_NO_PRINT - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_NOISE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_NOISE_REDUCTION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
0 = Standard
1 = Low (-1)
2 = High (+1)
3 = Lowest (-2)
4 = Highest (+2)
TAG_NUM_AF_POINTS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_OBJECT_ATTRIBUTE_REFERENCE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OBJECT_CYCLE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OBJECT_NAME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OBJECT_PREVIEW_DATA - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OBJECT_PREVIEW_FILE_FORMAT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OBJECT_PREVIEW_FILE_FORMAT_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OBJECT_TYPE_REFERENCE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OLYMPUS_BLACK_LEVEL - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_BLUE_BIAS - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_BRACKET - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_CAMERA_ID - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_CAMERA_SETTINGS_1 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_CAMERA_SETTINGS_2 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Alternate Camera Settings Tag.
TAG_OLYMPUS_COLOUR_CONTROL - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_COLOUR_MATRIX - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_COLOUR_MODE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras 0 = Natural Colour 1 = Black & White 2 = Vivid colour 3 = Solarization 4 = AdobeRGB
TAG_OLYMPUS_COMPRESSED_IMAGE_SIZE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_COMPRESSION_RATIO - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_CONTRAST - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_CORING_FILTER - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_DATA_DUMP - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_DIGI_ZOOM_RATIO - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Zoom Factor (0 or 1 = normal)
TAG_OLYMPUS_FINAL_HEIGHT - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_FINAL_WIDTH - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_FIRMWARE_VERSION - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_FLASH_BIAS - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_FLASH_MODE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_FOCUS_DISTANCE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_FOCUS_MODE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Epson cameras Units = pixels
TAG_OLYMPUS_IMAGE_QUALITY_1 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_IMAGE_QUALITY_2 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Not 100% sure about this tag.
TAG_OLYMPUS_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Epson cameras Units = pixels
TAG_OLYMPUS_JPEG_QUALITY - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
1 = Standard Quality 2 = High Quality 3 = Super High Quality
TAG_OLYMPUS_MACRO_FOCUS - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_MACRO_MODE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
0 = Normal (Not Macro) 1 = Macro
TAG_OLYMPUS_MAKERNOTE_VERSION - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_MINOLTA_THUMBNAIL_LENGTH - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Length of thumbnail in bytes.
TAG_OLYMPUS_MINOLTA_THUMBNAIL_OFFSET_1 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Used by Konica / Minolta cameras.
TAG_OLYMPUS_MINOLTA_THUMBNAIL_OFFSET_2 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Alternate Thumbnail Offset.
TAG_OLYMPUS_ORIGINAL_MANUFACTURER_MODEL - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
A string.
TAG_OLYMPUS_PICT_INFO - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
See the PIM specification here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/pim.html
TAG_OLYMPUS_RED_BIAS - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_SHARPNESS - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_SHARPNESS_FACTOR - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_SPECIAL_MODE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
Three values: Value 1: 0=Normal, 2=Fast, 3=Panorama Value 2: Sequence Number Value 3: 1 = Panorama Direction: Left to Right 2 = Panorama Direction: Right to Left 3 = Panorama Direction: Bottom to Top 4 = Panorama Direction: Top to Bottom
TAG_OLYMPUS_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_UNKNOWN_3 - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_VALID_BITS - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OLYMPUS_ZOOM - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
TAG_OPTICAL_ZOOM_CODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_OPTICAL_ZOOM_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Standard
2 = Extended
TAG_OPTO_ELECTRIC_CONVERSION_FUNCTION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524.
TAG_ORIENTATION - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_ORIENTATION - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_ORIGINAL_DECISION_DATA_OFFSET - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_ORIGINAL_TRANSMISSION_REFERENCE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_ORIGINATING_PROGRAM - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OWNER_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_PAGE_NAME - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_PANORAMA_DIRECTION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.Panorama
 
TAG_PANORAMA_FRAME_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.Panorama
 
TAG_PENTAX_CAPTURE_MODE - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Auto 1 = Night-scene 2 = Manual 4 = Multiple
TAG_PENTAX_COLOUR - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
1 = Normal 2 = Black & White 3 = Sepia
TAG_PENTAX_CONTRAST - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Normal 1 = Low 2 = High
TAG_PENTAX_DAYLIGHT_SAVINGS - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
(String).
TAG_PENTAX_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
(0 = Off)
TAG_PENTAX_FLASH_MODE - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
1 = Auto 2 = Flash on 4 = Flash off 6 = Red-eye Reduction
TAG_PENTAX_FOCUS_MODE - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
2 = Custom 3 = Auto
TAG_PENTAX_ISO_SPEED - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
10 = ISO 100 16 = ISO 200 100 = ISO 100 200 = ISO 200
TAG_PENTAX_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
See Print Image Matching for specification.
TAG_PENTAX_QUALITY_LEVEL - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Good 1 = Better 2 = Best
TAG_PENTAX_SATURATION - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Normal 1 = Low 2 = High
TAG_PENTAX_SHARPNESS - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Normal 1 = Soft 2 = Hard
TAG_PENTAX_TIME_ZONE - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
(String).
TAG_PENTAX_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
0 = Auto 1 = Daylight 2 = Shade 3 = Tungsten 4 = Fluorescent 5 = Manual
TAG_PERSONAL_FUNCTION_VALUES_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_PERSONAL_FUNCTIONS_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_PHOTOMETRIC_INTERPRETATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Shows the color space of the image data components.
TAG_PHOTOMETRIC_INTERPRETATION - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
Shows the color space of the image data components.
TAG_PHOTOSHOP_ALPHA_CHANNELS - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_BACKGROUND_COLOR - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_BORDER_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_CAPTION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_CAPTION_DIGEST - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_CHANNELS_ROWS_COLUMNS_DEPTH_MODE - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_COLOR_HALFTONING_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_COLOR_TRANSFER_FUNCTIONS - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_COPYRIGHT - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_DISPLAY_INFO - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_DUOTONE_HALFTONING_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_DUOTONE_IMAGE_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_DUOTONE_TRANSFER_FUNCTIONS - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_EFFECTIVE_BLACK_AND_WHITE_VALUES - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_EPS_OPTIONS - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_GLOBAL_ALTITUDE - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_GLOBAL_ANGLE - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_GRAYSCALE_AND_MULTICHANNEL_HALFTONING_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_GRAYSCALE_AND_MULTICHANNEL_TRANSFER_FUNCTION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_GRID_AND_GUIDES_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_ICC_UNTAGGED_PROFILE - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_IMAGE_MODE_FOR_RAW_FORMAT_FILES - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_INDEXED_COLOR_TABLE - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_IPTC - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_JPEG_QUALITY - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_LAYER_STATE_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_LAYERS_GROUP_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_MAC_PRINT_INFO - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_PIXEL_ASPECT_RATIO - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_PRINT_FLAGS - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_PRINT_FLAGS_INFO - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_PRINT_INFO - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_PRINT_SCALE - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_QUICK_MASK_INFORMATION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_RESOLUTION_INFO - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_SEED_NUMBER - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_SLICES - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_THUMBNAIL - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_THUMBNAIL_OLD - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_URL - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_URL_LIST - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_VERSION - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PHOTOSHOP_XML - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
TAG_PLANAR_CONFIGURATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
When image format is no compression YCbCr, this value shows byte aligns of YCbCr data.
TAG_PLANAR_CONFIGURATION - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_PREDICTOR - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_PREVIEW_IMAGE - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_PREVIEW_IMAGE_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_PRIMARY_AF_POINT_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_PRIMARY_AF_POINT_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_PRIMARY_CHROMATICITIES - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
Info at http://www.ozhiker.com/electronics/pjmt/jpeg_info/pim.html
TAG_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_PROCESSING_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_PRODUCT_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_PROGRAM_ISO - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_PROGRAM_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_PROVINCE_OR_STATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_QUALITY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
2 = Normal 3 = Fine 5 = Superfine
TAG_QUALITY - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_QUALITY - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_QUALITY_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

2 = High
3 = Normal
6 = Very High
7 = Raw
9 = Motion Picture
TAG_RASTERIZED_CAPTION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_RATING - Static variable in class com.drew.metadata.xmp.XmpDirectory
A value from 0 to 5, or -1 if the image is rejected.
TAG_RAW_DATA_OFFSET - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_RECOGNIZED_FACE_FLAGS - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_RECORD_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

1 = Normal
2 = Portrait
3 = Scenery
4 = Sports
5 = Night Portrait
6 = Program
7 = Aperture Priority
8 = Shutter Priority
9 = Macro
10= Spot
11= Manual
12= Movie Preview
13= Panning
14= Simple
15= Color Effects
16= Self Portrait
17= Economy
18= Fireworks
19= Party
20= Snow
21= Night Scenery
22= Food
23= Baby
24= Soft Skin
25= Candlelight
26= Starry Night
27= High Sensitivity
28= Panorama Assist
29= Underwater
30= Beach
31= Aerial Photo
32= Sunset
33= Pet
34= Intelligent ISO
35= Clipboard
36= High Speed Continuous Shooting
37= Intelligent Auto
39= Multi-aspect
41= Transform
42= Flash Burst
43= Pin Hole
44= Film Grain
45= My Color
46= Photo Frame
51= HDR
TAG_REFERENCE_BLACK_WHITE - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_REFERENCE_BLACK_WHITE - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_REFERENCE_DATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_REFERENCE_NUMBER - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_REFERENCE_SERVICE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_RELATED_IMAGE_FILE_FORMAT - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_RELATED_IMAGE_LENGTH - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_RELATED_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_RELATED_SOUND_FILE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_RELEASE_DATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_RELEASE_TIME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_RESOLUTION_MODE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_RESOLUTION_UNIT - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_RESOLUTION_UNIT - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_ROTATION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = 0 DG
3 = 180 DG
6 = 90 DG
8 = 270 DG
TAG_ROWS_PER_STRIP - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The raster is codified by a single block of data holding this many rows.
TAG_ROWS_PER_STRIP - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
The raster is codified by a single block of data holding this many rows.
TAG_SAMPLES_PER_PIXEL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Each pixel is composed of this many samples.
TAG_SAMPLES_PER_PIXEL - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
Each pixel is composed of this many samples.
TAG_SATURATION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Normal 1 = High 65535 = Low
TAG_SATURATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the direction of saturation processing applied by the camera when the image was shot.
TAG_SATURATION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_SATURATION - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_SCENE_CAPTURE_TYPE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the type of scene that was shot.
TAG_SCENE_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_SCENE_MODE - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TAG_SCENE_TYPE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SECURITY_CLASSIFICATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SELF_TIMER - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Off
2 = 10 s
3 = 2 s
TAG_SELF_TIMER_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_SELF_TIMER_DELAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_SELF_TIMER_MODE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SENSING_METHOD - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SENSOR_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_SEQUENCE_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
 
TAG_SEQUENCE_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_SEQUENCE_NUMBER - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_SERIAL_INFO_ARRAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_SERIAL_NUMBER - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_SERIAL_NUMBER_FORMAT - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_SERVICE_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SHADOW - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_SHARPNESS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
0 = Normal 1 = High 65535 = Low
TAG_SHARPNESS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the direction of sharpness processing applied by the camera when the image was shot.
TAG_SHARPNESS - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_SHARPNESS - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_SHARPNESS_FREQ_TABLE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_SHARPNESS_TABLE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_SHORT_DOCUMENT_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SHORT_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_SHUTTER_SPEED - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Shutter speed by APEX value.
TAG_SHUTTER_SPEED - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
TAG_SLOW_SHUTTER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_SOFTWARE - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_SOFTWARE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_SOURCE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SPATIAL_FREQ_RESPONSE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SPATIAL_FREQ_RESPONSE_2 - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SPECIAL_INSTRUCTIONS - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SPECTRAL_SENSITIVITY - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_STATE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_STRIP_BYTE_COUNTS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The size of the raster data in bytes.
TAG_STRIP_BYTE_COUNTS - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
The size of the raster data in bytes.
TAG_STRIP_OFFSETS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The position in the file of raster data.
TAG_STRIP_OFFSETS - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
The position in the file of raster data.
TAG_SUB_LOCATION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SUBFILE_TYPE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
The old subfile type tag.
TAG_SUBJECT_DISTANCE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
 
TAG_SUBJECT_DISTANCE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
Indicates the distance the autofocus camera is focused to.
TAG_SUBJECT_DISTANCE_RANGE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the distance to the subject.
TAG_SUBJECT_LOCATION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SUBJECT_LOCATION_2 - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SUBJECT_REFERENCE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SUBSECOND_TIME - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SUBSECOND_TIME_DIGITIZED - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SUBSECOND_TIME_ORIGINAL - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_SUPER_MACRO - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_SUPPLEMENTAL_CATEGORIES - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_TARGET_APERTURE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_TARGET_EXPOSURE_TIME - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_TEXT_STAMP - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Off
2 = On
TAG_TEXT_STAMP_1 - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Off
2 = On
TAG_TEXT_STAMP_2 - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_TEXT_STAMP_3 - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_THRESHOLDING - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
1 = No dithering or halftoning 2 = Ordered dither or halftone 3 = Randomized dither
TAG_THUMBNAIL_COMPRESSION - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
Shows compression method for Thumbnail.
TAG_THUMBNAIL_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_THUMBNAIL_IMAGE_VALID_AREA - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_THUMBNAIL_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_THUMBNAIL_LENGTH - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
The size of the thumbnail image data in bytes.
TAG_THUMBNAIL_OFFSET - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
The offset to thumbnail image bytes.
TAG_TIFF_EP_STANDARD_ID - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TILE_BYTE_COUNTS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TILE_LENGTH - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TILE_OFFSETS - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TILE_WIDTH - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TIME_CREATED - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_TIME_SENT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_TIME_ZONE_OFFSET - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TITLE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_TONE_CURVE_MATCHING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_TONE_CURVE_TABLE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_TRANSFER_FUNCTION - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_TRANSFORM - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
(decoded as two 16-bit signed integers) '-1 1' = Slim Low '-3 2' = Slim High '0 0' = Off '1 1' = Stretch Low '3 2' = Stretch High
TAG_TRANSFORM_1 - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
(decoded as two 16-bit signed integers) '-1 1' = Slim Low '-3 2' = Slim High '0 0' = Off '1 1' = Stretch Low '3 2' = Stretch High
TAG_TRAVEL_DAY - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_UNIQUE_DOCUMENT_ID - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_UNIQUE_OBJECT_NAME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
TAG_UNKNOWN_10 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_12 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_13 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_3 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_4 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_7 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_8 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_9 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.CameraSettings
 
TAG_UNKNOWN_DATA_DUMP - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
No idea, what this is
TAG_UPTIME - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
4 Bytes
Time in 1/100 s from when the camera was powered on to when the image is written to memory card
TAG_URGENCY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_USER_COMMENT - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_VALID_AF_POINTS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.AFInfo
 
TAG_VERSION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_VIGNETTING_CORRECTION_ARRAY_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_VIGNETTING_CORRECTION_ARRAY_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_VRD_OFFSET - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_WB_ADJUST_AB - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
WB adjust AB.
TAG_WB_ADJUST_GM - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
WB adjust GM.
TAG_WB_BLUE_LEVEL - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_WB_GREEN_LEVEL - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_WB_RED_LEVEL - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.FocalLength
0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Florescent 5 = Flash 6 = Custom
TAG_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory.ShotInfo
 
TAG_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
White balance (aka light source).
TAG_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

1 = Auto
2 = Daylight
3 = Cloudy
4 = Incandescent
5 = Manual
8 = Flash
10 = Black & White
11 = Manual
12 = Shade
TAG_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
TAG_WHITE_BALANCE_BIAS - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_WHITE_BALANCE_MATCHING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_WHITE_BALANCE_MODE - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
This tag indicates the white balance mode set when the image was shot.
TAG_WHITE_BALANCE_TABLE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_WHITE_POINT - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_WIN_AUTHOR - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
The image author, as used by Windows XP (called Artist in the Windows shell).
TAG_WIN_COMMENT - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
The image comment, as used by Windows XP.
TAG_WIN_KEYWORDS - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
The image keywords, as used by Windows XP.
TAG_WIN_SUBJECT - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
The image subject, as used by Windows XP.
TAG_WIN_TITLE - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
The image title, as used by Windows XP.
TAG_WORLD_TIME_LOCATION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory

1 = Home
2 = Destination
TAG_X_RESOLUTION - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_X_RESOLUTION - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
When image format is no compression YCbCr, this value shows byte aligns of YCbCr data.
TAG_Y_RESOLUTION - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_Y_RESOLUTION - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_YCBCR_COEFFICIENTS - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_YCBCR_COEFFICIENTS - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_YCBCR_POSITIONING - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
TAG_YCBCR_POSITIONING - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_YCBCR_SUBSAMPLING - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
TAG_YCBCR_SUBSAMPLING - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
TAG_ZONE_MATCHING - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
TagDescriptor<T extends Directory> - Class in com.drew.metadata
Abstract base class for all tag descriptor classes.
TagDescriptor(T) - Constructor for class com.drew.metadata.TagDescriptor
 
TIFF_HEADER_START_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
 
TiffMetadataReader - Class in com.drew.imaging.tiff
Obtains all available metadata from TIFF formatted files.
TiffMetadataReader() - Constructor for class com.drew.imaging.tiff.TiffMetadataReader
 
TiffProcessingException - Exception in com.drew.imaging.tiff
An exception class thrown upon unexpected and fatal conditions while processing a TIFF file.
TiffProcessingException(String) - Constructor for exception com.drew.imaging.tiff.TiffProcessingException
 
TiffProcessingException(String, Throwable) - Constructor for exception com.drew.imaging.tiff.TiffProcessingException
 
TiffProcessingException(Throwable) - Constructor for exception com.drew.imaging.tiff.TiffProcessingException
 
toDMSString() - Method in class com.drew.lang.GeoLocation
 
toFile(File, JpegSegmentData) - Static method in class com.drew.imaging.jpeg.JpegSegmentData
Serialises the contents of a JpegSegmentData to a file.
toFriendlyString() - Method in class com.drew.metadata.Age
 
toSimpleString(boolean) - Method in class com.drew.lang.Rational
Returns the simplest representation of this Rational's value possible.
toString() - Method in exception com.drew.lang.CompoundException
 
toString() - Method in class com.drew.lang.GeoLocation
 
toString() - Method in class com.drew.lang.Rational
Returns a string representation of the object of form numerator/denominator.
toString() - Method in class com.drew.metadata.Age
 
toString() - Method in class com.drew.metadata.exif.DataFormat
 
toString() - Method in class com.drew.metadata.Face
 
toString() - Method in class com.drew.metadata.Tag
A basic representation of the tag's type and value.

U

ULONG - Static variable in class com.drew.metadata.exif.DataFormat
 
UNDEFINED - Static variable in class com.drew.metadata.exif.DataFormat
 
URATIONAL - Static variable in class com.drew.metadata.exif.DataFormat
 
USHORT - Static variable in class com.drew.metadata.exif.DataFormat
 

W

write(int) - Method in class com.drew.lang.NullOutputStream
 
writeThumbnail(String) - Method in class com.drew.metadata.exif.ExifThumbnailDirectory
 

X

XmpDescriptor - Class in com.drew.metadata.xmp
Contains all logic for the presentation of xmp data, as stored in Xmp-Segment.
XmpDescriptor(XmpDirectory) - Constructor for class com.drew.metadata.xmp.XmpDescriptor
 
XmpDirectory - Class in com.drew.metadata.xmp
 
XmpDirectory() - Constructor for class com.drew.metadata.xmp.XmpDirectory
 
XmpReader - Class in com.drew.metadata.xmp
Extracts XMP data from a JPEG header segment.
XmpReader() - Constructor for class com.drew.metadata.xmp.XmpReader
 

_

_definedTagList - Variable in class com.drew.metadata.Directory
A convenient list holding tag values in the order in which they were stored.
_descriptor - Variable in class com.drew.metadata.Directory
The descriptor used to interpret tag values.
_directory - Variable in class com.drew.metadata.TagDescriptor
 
_tagMap - Variable in class com.drew.metadata.Directory
Map of values hashed by type identifiers.
_tagNameMap - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.ExifIFD0Directory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.ExifSubIFDDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.ExifThumbnailDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.FujifilmMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.GpsDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.KodakMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.KyoceraMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.OlympusMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.PentaxMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.SigmaMakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.SonyType1MakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.exif.SonyType6MakernoteDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.icc.IccDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.jfif.JfifDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.jpeg.JpegCommentDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.jpeg.JpegDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.photoshop.PhotoshopDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.photoshop.PsdHeaderDirectory
 
_tagNameMap - Static variable in class com.drew.metadata.xmp.XmpDirectory
 
A B C D E F G H I J K L M N O P R S T U W X _ 

Copyright © 2002-2013 Drew Noakes. All Rights Reserved.