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

A

addError(String) - Method in class com.drew.metadata.Directory
 
addSegment(byte, byte[]) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
apertureToFStop(double) - Static method in class com.drew.imaging.PhotographicConversions
Converts an aperture value to its corresponding F-stop number.

B

BYTE - Static variable in class com.drew.metadata.exif.DataFormat
 
byteValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a byte.

C

CalculateFlashCompensationFromBytes(byte[]) - Static method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
CanonMakernoteDescriptor - Class in com.drew.metadata.exif
 
CanonMakernoteDescriptor(Directory) - 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
 
CasioType1MakernoteDescriptor - Class in com.drew.metadata.exif
 
CasioType1MakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.CasioType1MakernoteDescriptor
 
CasioType1MakernoteDirectory - Class in com.drew.metadata.exif
A standard TIFF IFD directory but always uses Motorola (Big-Endian) Byte Alignment.
CasioType1MakernoteDirectory() - Constructor for class com.drew.metadata.exif.CasioType1MakernoteDirectory
 
CasioType2MakernoteDescriptor - Class in com.drew.metadata.exif
 
CasioType2MakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
CasioType2MakernoteDirectory - Class in com.drew.metadata.exif
A standard TIFF IFD directory but always uses Motorola (Big-Endian) Byte Alignment.
CasioType2MakernoteDirectory() - Constructor for class com.drew.metadata.exif.CasioType2MakernoteDirectory
 
com.drew.imaging - package com.drew.imaging
 
com.drew.imaging.jpeg - package com.drew.imaging.jpeg
 
com.drew.lang - package com.drew.lang
 
com.drew.metadata - package com.drew.metadata
 
com.drew.metadata.exif - package com.drew.metadata.exif
 
com.drew.metadata.iptc - package com.drew.metadata.iptc
 
com.drew.metadata.jpeg - package com.drew.metadata.jpeg
 
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
 
COMPRESSION_JPEG - Static variable in class com.drew.metadata.exif.ExifDirectory
 
COMPRESSION_NONE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
containsDirectory(Class) - 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
 
containsTag(int) - Method in class com.drew.metadata.Directory
Indicates whether the specified tag type has been set.
containsThumbnail() - Method in class com.drew.metadata.exif.ExifDirectory
 
convertBytesToVersionString(int[]) - Static method in class com.drew.metadata.exif.ExifDescriptor
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.
DefaultTagDescriptor - Class in com.drew.metadata
 
DefaultTagDescriptor(Directory) - Constructor for class com.drew.metadata.DefaultTagDescriptor
 
Directory - Class in com.drew.metadata
Base class for all Metadata directory types with supporting methods for setting and getting tag values.
Directory() - Constructor for class com.drew.metadata.Directory
Creates a new 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.Rational
Compares two Rational instances, returning true if they are mathematically equivalent.
ExifDescriptor - Class in com.drew.metadata.exif
Contains all logic for the presentation of raw Exif data, as stored in ExifDirectory.
ExifDescriptor(Directory) - Constructor for class com.drew.metadata.exif.ExifDescriptor
 
ExifDirectory - Class in com.drew.metadata.exif
 
ExifDirectory() - Constructor for class com.drew.metadata.exif.ExifDirectory
 
ExifInteropDescriptor - Class in com.drew.metadata.exif
 
ExifInteropDescriptor(Directory) - Constructor for class com.drew.metadata.exif.ExifInteropDescriptor
 
ExifInteropDirectory - Class in com.drew.metadata.exif
 
ExifInteropDirectory() - Constructor for class com.drew.metadata.exif.ExifInteropDirectory
 
ExifProcessingException - Exception in com.drew.metadata.exif
The exception type raised during reading of Exif data in the instance of unexpected data conditions.
ExifProcessingException(String) - Constructor for exception com.drew.metadata.exif.ExifProcessingException
Constructs an instance of ExifProcessingException with the specified detail message.
ExifProcessingException(String, Throwable) - Constructor for exception com.drew.metadata.exif.ExifProcessingException
Constructs an instance of ExifProcessingException with the specified detail message and inner exception.
ExifReader - Class in com.drew.metadata.exif
Extracts Exif data from a JPEG header segment, providing information about the camera/scanner/capture device (if available).
ExifReader(JpegSegmentData) - Constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for a JpegSegmentData object.
ExifReader(File) - Constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for a Jpeg file.
ExifReader(InputStream) - Constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for a Jpeg stream.
ExifReader(byte[]) - Constructor for class com.drew.metadata.exif.ExifReader
Creates an ExifReader for the given JPEG header segment.
extract() - Method in class com.drew.metadata.exif.ExifReader
Performs the Exif data extraction, returning a new instance of Metadata.
extract(Metadata) - Method in class com.drew.metadata.exif.ExifReader
Performs the Exif data extraction, adding found values to the specified instance of Metadata.
extract() - Method in class com.drew.metadata.iptc.IptcReader
Performs the Exif data extraction, returning a new instance of Metadata.
extract(Metadata) - Method in class com.drew.metadata.iptc.IptcReader
Performs the Exif data extraction, adding found values to the specified instance of Metadata.
extract() - Method in class com.drew.metadata.jpeg.JpegCommentReader
Performs the Jpeg data extraction, returning a new instance of Metadata.
extract(Metadata) - Method in class com.drew.metadata.jpeg.JpegCommentReader
Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
extract() - Method in class com.drew.metadata.jpeg.JpegReader
Performs the Jpeg data extraction, returning a new instance of Metadata.
extract(Metadata) - Method in class com.drew.metadata.jpeg.JpegReader
Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
extract() - Method in interface com.drew.metadata.MetadataReader
 
extract(Metadata) - Method in interface com.drew.metadata.MetadataReader
 
extractMetadataFromJpegSegmentReader(JpegSegmentReader) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 

F

floatValue() - Method in class com.drew.lang.Rational
Returns the value of the specified number as a float.
FromFile(File) - Static method in class com.drew.imaging.jpeg.JpegSegmentData
 
fromValue(int) - Static method in class com.drew.metadata.exif.DataFormat
 
FujifilmMakernoteDescriptor - Class in com.drew.metadata.exif
Fujifilm's digicam added the MakerNote tag from the Year2000's model (e.g.Finepix1400, Finepix4700).
FujifilmMakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
FujifilmMakernoteDirectory - Class in com.drew.metadata.exif
 
FujifilmMakernoteDirectory() - Constructor for class com.drew.metadata.exif.FujifilmMakernoteDirectory
 

G

get35mmFilmEquivFocalLengthDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getAfPointSelectedDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getAfPointUsedDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getApertureValueDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getAutoExposureBrackettingSequenceAndAutoCancellationDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getAutoExposureWarningDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getAutoFirmwareVersionDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getAutoFlashCompensation() - Method in class com.drew.metadata.exif.NikonType2MakernoteDirectory
 
getAutoFlashCompensationDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getAutoFocusAssistLightDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getAutoFocusPositionDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getBestShotModeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getBitsPerSampleDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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.
getByteArray(int) - Method in class com.drew.metadata.Directory
Gets the specified tag's value as an byte array, if possible.
getCaptureModeDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getCasioPreviewThumbnailDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
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
 
getColorDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getColorModeDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getColorSpaceDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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.ExifDescriptor
 
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
 
getCompressionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getCompressionLevelDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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.ExifDescriptor
 
getContrastDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getConverterDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getCustomRenderedDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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, if possible.
getDenominator() - Method in class com.drew.lang.Rational
Returns the denominator.
getDescription(int) - Method in class com.drew.metadata.DefaultTagDescriptor
 
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.ExifDescriptor
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.FujifilmMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.GpsDescriptor
 
getDescription(int) - Method in class com.drew.metadata.exif.KodakMakernoteDescriptor
 
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.SonyMakernoteDescriptor
 
getDescription(int) - Method in class com.drew.metadata.iptc.IptcDescriptor
 
getDescription(int) - Method in class com.drew.metadata.jpeg.JpegCommentDescriptor
 
getDescription(int) - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
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.
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.ExifDescriptor
 
getDigiZoomRatioDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getDirectory(Class) - Method in class com.drew.metadata.Metadata
Returns a Directory of specified type.
getDirectoryCount() - Method in class com.drew.metadata.Metadata
Returns a count of unique directories in this metadata collection.
getDirectoryIterator() - Method in class com.drew.metadata.Metadata
Creates an Iterator over the tag types set against this image, preserving the order in which they were set.
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.
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
 
getErrors() - Method in class com.drew.metadata.Directory
 
getExifImageHeightDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getExifImageWidthDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getExifVersionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getExposureBiasDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getExposureModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getExposureModeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getExposureProgramDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getExposureTimeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFileSourceDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFillFlashReductionDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFillOrderDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFilterDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFlashActivityDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashBiasDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFlashDetailsDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getFlashDistanceDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
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.ExifDescriptor
 
getFlashStrengthDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getFloat(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a float, if possible.
getFNumberDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFocalLengthDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getFocalLengthDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFocalPlaneResolutionUnitDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFocalPlaneXResolutionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getFocalPlaneYResolutionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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.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.ExifDescriptor
 
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
 
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
 
getHorizontalSamplingFactor() - Method in class com.drew.metadata.jpeg.JpegComponent
 
getHoursMinutesSecondsDescription(int) - Method in class com.drew.metadata.exif.GpsDescriptor
 
getHueAdjustmentDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
getImageAdjustmentDescription() - Method in class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
getImageHeight() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getImageHeightDescription() - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
getImageSizeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getImageSizeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getImageWidth() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getImageWidthDescription() - Method in class com.drew.metadata.jpeg.JpegDescriptor
 
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.
getIntArray(int) - Method in class com.drew.metadata.Directory
Gets the specified tag's value as an int array, if possible.
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.ExifDescriptor
 
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
 
getJpegQualityDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getLensAutoFocusStopButtonDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getLensDescription() - Method in class com.drew.metadata.exif.NikonType2MakernoteDescriptor
 
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.CanonMakernoteDescriptor
 
getLongFocalLengthDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getMacroDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
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
 
getMaxApertureValueDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getMenuButtonReturnPositionDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getMeteringModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getMeteringModeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getMirrorLockupDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
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.ExifDirectory
 
getName() - Method in class com.drew.metadata.exif.ExifInteropDirectory
 
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.SonyMakernoteDirectory
 
getName() - Method in class com.drew.metadata.iptc.IptcDirectory
 
getName() - Method in class com.drew.metadata.jpeg.JpegCommentDirectory
 
getName() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
getNewSubfileTypeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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
 
getOrientationDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getPhotometricInterpretationDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getPictureModeDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getPlanarConfigurationDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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
 
getProprietaryThumbnailDataDescription() - Method in class com.drew.metadata.exif.KyoceraMakernoteDescriptor
 
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
 
getQualityLevelDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getQualityModeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
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, if possible.
getRationalArray(int) - Method in class com.drew.metadata.Directory
 
getReciprocal() - Method in class com.drew.lang.Rational
Returns the reciprocal value of this obejct as a new Rational.
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
 
getReferenceBlackWhiteDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getResolutionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getRowsPerStripDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSamplesPerPixelDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
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.ExifDescriptor
 
getSaturationDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getSceneCaptureTypeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSceneTypeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSegment(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
getSegment(byte, int) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
getSegmentCount(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
getSegmentCount(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentReader
 
getSegmentData() - Method in class com.drew.imaging.jpeg.JpegSegmentReader
 
getSelfTimerDelayDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSelfTimerDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getSensingMethodDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSensorCleaningDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSetButtonFunctionWhenShootingDescription() - 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.ExifDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getSharpnessDescription() - Method in class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
getShortFocalLengthDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getShutterAutoExposureLockButtonDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getShutterCurtainSyncDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getShutterSpeedDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getShutterSpeedInAvModeDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getSimplifiedInstance() - Method in class com.drew.lang.Rational
Simplifies the Rational number.
getSlowSyncDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getSpecialModeDescription() - Method in class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
getString(int) - Method in class com.drew.metadata.Directory
Returns the specified tag's value as a String.
getStringArray(int) - Method in class com.drew.metadata.Directory
Gets the specified tag's value as a String array, if possible.
getStripByteCountsDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSubfileTypeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSubjectDistanceDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getSubjectDistanceRangeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getTagCount() - Method in class com.drew.metadata.Directory
Returns the number of tags set in this Directory.
getTagIterator() - Method in class com.drew.metadata.Directory
Returns an Iterator of Tag instances that have been set in this Directory.
getTagName(int) - Method in class com.drew.metadata.DefaultTagDescriptor
 
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.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.ExifDirectory
 
getTagNameMap() - Method in class com.drew.metadata.exif.ExifInteropDirectory
 
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.SonyMakernoteDirectory
 
getTagNameMap() - Method in class com.drew.metadata.iptc.IptcDirectory
 
getTagNameMap() - Method in class com.drew.metadata.jpeg.JpegCommentDirectory
 
getTagNameMap() - Method in class com.drew.metadata.jpeg.JpegDirectory
 
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.
getThresholdingDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getThumbnailData() - Method in class com.drew.metadata.exif.ExifDirectory
 
getThumbnailDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getThumbnailDimensionsDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getThumbnailImageHeightDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getThumbnailImageWidthDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getThumbnailLengthDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getThumbnailOffsetDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getThumbnailOffsetDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getThumbnailSizeDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getTimeZoneDescription() - Method in class com.drew.metadata.exif.CasioType2MakernoteDescriptor
 
getToneDescription() - Method in class com.drew.metadata.exif.FujifilmMakernoteDescriptor
 
getTvAndAvExposureLevelDescription() - Method in class com.drew.metadata.exif.CanonMakernoteDescriptor
 
getUserCommentDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getValue() - Method in class com.drew.metadata.exif.DataFormat
 
getVerticalSamplingFactor() - Method in class com.drew.metadata.jpeg.JpegComponent
 
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.ExifDescriptor
 
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.PentaxMakernoteDescriptor
 
getWhiteBalanceModeDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getWindowsAuthorDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getWindowsCommentDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getWindowsKeywordsDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getWindowsSubjectDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getWindowsTitleDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getXResolutionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getYCbCrPositioningDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getYCbCrSubsamplingDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
getYResolutionDescription() - Method in class com.drew.metadata.exif.ExifDescriptor
 
GpsDescriptor - Class in com.drew.metadata.exif
 
GpsDescriptor(Directory) - Constructor for class com.drew.metadata.exif.GpsDescriptor
 
GpsDirectory - Class in com.drew.metadata.exif
 
GpsDirectory() - Constructor for class com.drew.metadata.exif.GpsDirectory
 

H

hasErrors() - Method in class com.drew.metadata.Directory
 

I

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
 
IptcDescriptor(Directory) - Constructor for class com.drew.metadata.iptc.IptcDescriptor
 
IptcDirectory - Class in com.drew.metadata.iptc
 
IptcDirectory() - Constructor for class com.drew.metadata.iptc.IptcDirectory
 
IptcProcessingException - Exception in com.drew.metadata.iptc
The exception type raised during reading of Iptc data in the instance of unexpected data conditions.
IptcProcessingException(String) - Constructor for exception com.drew.metadata.iptc.IptcProcessingException
Constructs an instance of ExifProcessingException with the specified detail message.
IptcProcessingException(String, Throwable) - Constructor for exception com.drew.metadata.iptc.IptcProcessingException
Constructs an instance of IptcProcessingException with the specified detail message and inner exception.
IptcReader - Class in com.drew.metadata.iptc
 
IptcReader(File) - Constructor for class com.drew.metadata.iptc.IptcReader
Creates a new IptcReader for the specified Jpeg jpegFile.
IptcReader(InputStream) - Constructor for class com.drew.metadata.iptc.IptcReader
Creates an IptcReader for a JPEG stream.
IptcReader(byte[]) - 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.

J

JpegCommentDescriptor - Class in com.drew.metadata.jpeg
 
JpegCommentDescriptor(Directory) - Constructor for class com.drew.metadata.jpeg.JpegCommentDescriptor
 
JpegCommentDirectory - Class in com.drew.metadata.jpeg
 
JpegCommentDirectory() - Constructor for class com.drew.metadata.jpeg.JpegCommentDirectory
 
JpegCommentReader - Class in com.drew.metadata.jpeg
 
JpegCommentReader(File) - Constructor for class com.drew.metadata.jpeg.JpegCommentReader
Creates a new JpegReader for the specified Jpeg jpegFile.
JpegCommentReader(InputStream) - Constructor for class com.drew.metadata.jpeg.JpegCommentReader
Creates a JpegCommentReader for a JPEG stream.
JpegCommentReader(byte[]) - Constructor for class com.drew.metadata.jpeg.JpegCommentReader
 
JpegComponent - Class in com.drew.metadata.jpeg
Created by IntelliJ IDEA.
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(Directory) - 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
 
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
 
JpegReader(File) - Constructor for class com.drew.metadata.jpeg.JpegReader
Creates a new JpegReader for the specified Jpeg jpegFile.
JpegReader(InputStream) - Constructor for class com.drew.metadata.jpeg.JpegReader
Creates a JpegReader for a JPEG stream.
JpegReader(byte[]) - 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) - Constructor for class com.drew.imaging.jpeg.JpegSegmentReader
 
JpegSegmentReader(JpegSegmentData) - Constructor for class com.drew.imaging.jpeg.JpegSegmentReader
 

K

KodakMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string versions of the tags stored in a KodakMakernoteDirectory.
KodakMakernoteDescriptor(Directory) - 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 versions of the tags stored in a KyoceraMakernoteDirectory.
KyoceraMakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.KyoceraMakernoteDescriptor
 
KyoceraMakernoteDirectory - Class in com.drew.metadata.exif
 
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.jpeg.JpegMetadataReader
 
main(String[]) - Static method in class com.drew.metadata.SampleUsage
Executes the sample usage program.
Metadata - Class in com.drew.metadata
Result from an exif extraction operation, containing all tags, their values and support for retrieving them.
Metadata() - Constructor for class com.drew.metadata.Metadata
Creates a new instance of Metadata.
MetadataException - Exception in com.drew.metadata
 
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
 

N

NikonType1MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string versions of the tags stored in a NikonType1MakernoteDirectory.
NikonType1MakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.NikonType1MakernoteDescriptor
 
NikonType1MakernoteDirectory - Class in com.drew.metadata.exif
Contains values specific to Nikon cameras.
NikonType1MakernoteDirectory() - Constructor for class com.drew.metadata.exif.NikonType1MakernoteDirectory
 
NikonType2MakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string versions of the tags stored in a NikonType2MakernoteDirectory.
NikonType2MakernoteDescriptor(Directory) - 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
 
NullOutputStream - Class in com.drew.lang
 
NullOutputStream() - Constructor for class com.drew.lang.NullOutputStream
 

O

OlympusMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string versions of the tags stored in an OlympusMakernoteDirectory.
OlympusMakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.OlympusMakernoteDescriptor
 
OlympusMakernoteDirectory - Class in com.drew.metadata.exif
The Olympus makernote is used by many manufacturers, 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 versions of the tags stored in a PanasonicMakernoteDirectory.
PanasonicMakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.PanasonicMakernoteDescriptor
 
PanasonicMakernoteDirectory - Class in com.drew.metadata.exif
 
PanasonicMakernoteDirectory() - Constructor for class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
PentaxMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string versions of the tags stored in PentaxMakernoteDirectory.
PentaxMakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.PentaxMakernoteDescriptor
 
PentaxMakernoteDirectory - Class in com.drew.metadata.exif
Directory for metadata 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.
PHOTOMETRIC_INTERPRETATION_MONOCHROME - Static variable in class com.drew.metadata.exif.ExifDirectory
 
PHOTOMETRIC_INTERPRETATION_RGB - Static variable in class com.drew.metadata.exif.ExifDirectory
 
PHOTOMETRIC_INTERPRETATION_YCBCR - Static variable in class com.drew.metadata.exif.ExifDirectory
 
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
 

R

Rational - Class in com.drew.lang
Immutable class for holding a rational number without loss of precision.
Rational(int, int) - Constructor for class com.drew.lang.Rational
Creates a new instance of Rational.
readMetadata(InputStream) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 
readMetadata(File) - Static method in class com.drew.imaging.jpeg.JpegMetadataReader
 
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 first instance of a given Jpeg segment, returning the contents as a byte array.
removeSegment(byte) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
removeSegmentOccurrence(byte, int) - Method in class com.drew.imaging.jpeg.JpegSegmentData
 
ROOT_TWO - Static variable in class com.drew.imaging.PhotographicConversions
 

S

SampleUsage - Class in com.drew.metadata
 
SampleUsage(String) - Constructor for class com.drew.metadata.SampleUsage
Constructor which executes multiple sample usages, each of which return the same output.
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.
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 Jpeg segment identifier -- can hold Unicode comments.
SEGMENT_APPB - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPB Jpeg segment identifier.
SEGMENT_APPC - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPC Jpeg segment identifier.
SEGMENT_APPD - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPD Jpeg segment identifier -- IPTC data in here.
SEGMENT_APPE - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPE Jpeg segment identifier.
SEGMENT_APPF - Static variable in class com.drew.imaging.jpeg.JpegSegmentReader
APPF 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 an int 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 interperet tag values.
setDouble(int, double) - Method in class com.drew.metadata.Directory
Sets a double value for the specified tag.
setFloat(int, float) - Method in class com.drew.metadata.Directory
Sets a float value 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
We need special handling for selected tags.
setLong(int, long) - Method in class com.drew.metadata.Directory
Sets a long value for the specified tag.
setObject(int, Object) - Method in class com.drew.metadata.Directory
Private helper method, containing common functionality for all 'add' methods.
setObjectArray(int, Object) - Method in class com.drew.metadata.Directory
Private helper method, containing common functionality for all 'add...Array' methods.
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 an int value for the specified tag.
setStringArray(int, String[]) - Method in class com.drew.metadata.Directory
Sets a String array for the specified tag.
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.
SINGLE - Static variable in class com.drew.metadata.exif.DataFormat
 
SLONG - Static variable in class com.drew.metadata.exif.DataFormat
 
SonyMakernoteDescriptor - Class in com.drew.metadata.exif
Provides human-readable string versions of the tags stored in a SonyMakernoteDirectory.
SonyMakernoteDescriptor(Directory) - Constructor for class com.drew.metadata.exif.SonyMakernoteDescriptor
 
SonyMakernoteDirectory - Class in com.drew.metadata.exif
Describes tags specific to Sony cameras.
SonyMakernoteDirectory() - Constructor for class com.drew.metadata.exif.SonyMakernoteDirectory
 
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
 

T

Tag - Class in com.drew.metadata
 
Tag(int, Directory) - Constructor for class com.drew.metadata.Tag
 
TAG_35MM_FILM_EQUIV_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the equivalent focal length assuming a 35mm film camera, in mm.
TAG_APERTURE - Static variable in class com.drew.metadata.exif.ExifDirectory
The actual aperture value of lens when the image was taken.
TAG_ARTIST - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_BATTERY_LEVEL - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_BITS_PER_SAMPLE - Static variable in class com.drew.metadata.exif.ExifDirectory
When image format is no compression, this value shows the number of bits per component for each pixel.
TAG_BRIGHTNESS_VALUE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
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_CANON_CAMERA_STATE_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_CAMERA_STATE_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_CUSTOM_FUNCTION_AF_ASSIST_LIGHT - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
AF-assist light 0 = On (Auto) 1 = Off
TAG_CANON_CUSTOM_FUNCTION_AF_STOP - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Lens Auto-Focus stop button Function Switch 0 = AF stop 1 = Operate AF 2 = Lock AE and start timer
TAG_CANON_CUSTOM_FUNCTION_BRACKETTING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Auto-Exposure Bracketting sequence/auto cancellation 0 = 0,-,+ / Enabled 1 = 0,-,+ / Disabled 2 = -,0,+ / Enabled 3 = -,0,+ / Disabled
TAG_CANON_CUSTOM_FUNCTION_FILL_FLASH_REDUCTION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Auto reduction of fill flash 0 = Enable 1 = Disable
TAG_CANON_CUSTOM_FUNCTION_LONG_EXPOSURE_NOISE_REDUCTION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Long Exposure Noise Reduction 0 = Off 1 = On
TAG_CANON_CUSTOM_FUNCTION_MENU_BUTTON_RETURN - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Menu button return position 0 = Top 1 = Previous (volatile) 2 = Previous
TAG_CANON_CUSTOM_FUNCTION_MIRROR_LOCKUP - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Mirror lockup 0 = Disable 1 = Enable
TAG_CANON_CUSTOM_FUNCTION_SENSOR_CLEANING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Sensor cleaning 0 = Disable 1 = Enable
TAG_CANON_CUSTOM_FUNCTION_SET_BUTTON_FUNCTION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
SET button function when shooting 0 = Not Assigned 1 = Change Quality 2 = Change ISO Speed 3 = Select Parameters
TAG_CANON_CUSTOM_FUNCTION_SHUTTER_AUTO_EXPOSURE_LOCK_BUTTONS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Shutter/Auto Exposure-lock buttons 0 = AF/AE lock 1 = AE lock/AF 2 = AF/AF lock 3 = AE+release/AE+AF
TAG_CANON_CUSTOM_FUNCTION_SHUTTER_CURTAIN_SYNC - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Shutter Curtain Sync 0 = 1st Curtain Sync 1 = 2nd Curtain Sync
TAG_CANON_CUSTOM_FUNCTION_SHUTTER_SPEED_IN_AV_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Shutter speed in Av mode 0 = Automatic 1 = 1/200 (fixed)
TAG_CANON_CUSTOM_FUNCTION_TV_AV_AND_EXPOSURE_LEVEL - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
Tv/Av and exposure level 0 = 1/2 stop 1 = 1/3 stop
TAG_CANON_CUSTOM_FUNCTIONS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_FIRMWARE_VERSION - 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
To display serial number as on camera use: printf( "%04X%05d", highbyte, lowbyte ) TODO handle this in CanonMakernoteDescriptor
TAG_CANON_STATE1_AF_POINT_SELECTED - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
12288 = None (Manual Focus) 12289 = Auto Selected 12290 = Right 12291 = Centre 12292 = Left
TAG_CANON_STATE1_CONTINUOUS_DRIVE_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Single Frame or Timer Mode 1 = Continuous
TAG_CANON_STATE1_CONTRAST - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Normal 1 = High 65535 = Low
TAG_CANON_STATE1_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = No Digital Zoom 1 = 2x 2 = 4x
TAG_CANON_STATE1_EASY_SHOOTING_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
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_CANON_STATE1_EXPOSURE_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Easy Shooting (See Easy Shooting Mode) 1 = Program 2 = Tv-Priority 3 = Av-Priority 4 = Manual 5 = A-DEP
TAG_CANON_STATE1_FLASH_ACTIVITY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Flash Did Not Fire 1 = Flash Fired
TAG_CANON_STATE1_FLASH_DETAILS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_FLASH_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
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_CANON_STATE1_FOCAL_UNITS_PER_MM - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_FOCUS_MODE_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = One-Shot 1 = AI Servo 2 = AI Focus 3 = Manual Focus 4 = Single 5 = Continuous 6 = Manual Focus
TAG_CANON_STATE1_FOCUS_MODE_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Focus Mode: Single 1 = Focus Mode: Continuous
TAG_CANON_STATE1_FOCUS_TYPE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Manual 1 = Auto 3 = Close-up (Macro) 8 = Locked (Pan Mode)
TAG_CANON_STATE1_IMAGE_SIZE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Large 1 = Medium 2 = Small
TAG_CANON_STATE1_ISO - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Check ISOSpeedRatings EXIF tag for ISO Speed 15 = Auto ISO 16 = ISO 50 17 = ISO 100 18 = ISO 200 19 = ISO 400
TAG_CANON_STATE1_LONG_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_MACRO_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
1 = Macro 2 = Normal
TAG_CANON_STATE1_METERING_MODE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
3 = Evaluative 4 = Partial 5 = Centre Weighted
TAG_CANON_STATE1_QUALITY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
2 = Normal 3 = Fine 5 = Superfine
TAG_CANON_STATE1_SATURATION - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Normal 1 = High 65535 = Low
TAG_CANON_STATE1_SELF_TIMER_DELAY - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_SHARPNESS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Normal 1 = High 65535 = Low
TAG_CANON_STATE1_SHORT_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_10 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_12 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_13 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_3 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_4 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_7 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_8 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE1_UNKNOWN_9 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE2_AEB_BRACKET_VALUE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE2_AF_POINT_USED - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE2_AUTO_EXPOSURE_BRACKETING - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE2_FLASH_BIAS - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
The value of this tag may be translated into a flash bias value, in EV.
TAG_CANON_STATE2_SEQUENCE_NUMBER - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE2_SUBJECT_DISTANCE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CANON_STATE2_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Flourescent 5 = Flash 6 = Custom
TAG_CANON_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.CanonMakernoteDirectory
 
TAG_CAPTION - 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_CATEGORY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CFA_PATTERN - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_CFA_PATTERN_2 - Static variable in class com.drew.metadata.exif.ExifDirectory
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.ExifDirectory
 
TAG_CITY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_COLOR_SPACE - Static variable in class com.drew.metadata.exif.ExifDirectory
Defines Color Space.
TAG_COMPONENTS_CONFIGURATION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_COMPRESSION - Static variable in class com.drew.metadata.exif.ExifDirectory
Shows compression method for Thumbnail.
TAG_COMPRESSION_LEVEL - Static variable in class com.drew.metadata.exif.ExifDirectory
Average (rough estimate) compression level in JPEG bits per pixel.
TAG_CONTRAST - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the direction of contrast processing applied by the camera when the image was shot.
TAG_COPYRIGHT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_COPYRIGHT_NOTICE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_COUNTRY_OR_PRIMARY_LOCATION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CREDIT - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_CUSTOM_RENDERED - Static variable in class com.drew.metadata.exif.ExifDirectory
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_DATETIME - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_DATETIME_DIGITIZED - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_DATETIME_ORIGINAL - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_DEVICE_SETTING_DESCRIPTION - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates information on the picture-taking conditions of a particular camera model.
TAG_DIGITAL_ZOOM_RATIO - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the digital zoom ratio when the image was shot.
TAG_DOCUMENT_NAME - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_EXIF_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_EXIF_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_EXIF_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
 
TAG_EXIF_VERSION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_EXPOSURE_BIAS - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_EXPOSURE_INDEX - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_EXPOSURE_INDEX_2 - Static variable in class com.drew.metadata.exif.ExifDirectory
There are two definitions for exposure index, I don't know the difference...
TAG_EXPOSURE_MODE - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the exposure mode set when the image was shot.
TAG_EXPOSURE_PROGRAM - Static variable in class com.drew.metadata.exif.ExifDirectory
Exposure program that the camera used when image was taken.
TAG_EXPOSURE_TIME - Static variable in class com.drew.metadata.exif.ExifDirectory
Exposure time (reciprocal of shutter speed).
TAG_FILE_SOURCE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_FILL_ORDER - Static variable in class com.drew.metadata.exif.ExifDirectory
1 = Normal 2 = Reversed
TAG_FLASH - Static variable in class com.drew.metadata.exif.ExifDirectory
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_ENERGY - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_FLASH_ENERGY_2 - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_FLASHPIX_VERSION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_FNUMBER - Static variable in class com.drew.metadata.exif.ExifDirectory
The actual F-number(F-stop) of lens when the image was taken.
TAG_FOCAL_LENGTH - Static variable in class com.drew.metadata.exif.ExifDirectory
Focal length of lens used to take image.
TAG_FOCAL_PLANE_UNIT - Static variable in class com.drew.metadata.exif.ExifDirectory
Unit of FocalPlaneXResoluton/FocalPlaneYResolution.
TAG_FOCAL_PLANE_X_RES - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_FOCAL_PLANE_Y_RES - Static variable in class com.drew.metadata.exif.ExifDirectory
 
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 - 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_SYNCHRO - 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.ExifDirectory
This tag indicates the degree of overall image gain adjustment.
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_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_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 - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_GPS_INFO_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
 
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_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_IMAGE_DESCRIPTION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_IMAGE_HISTORY - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_IMAGE_NUMBER - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_IMAGE_UNIQUE_ID - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates an identifier assigned uniquely to each image.
TAG_INTER_COLOR_PROFILE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_INTERLACE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_INTEROP_INDEX - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_INTEROP_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
 
TAG_INTEROP_VERSION - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
TAG_IPTC_NAA - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_ISO_EQUIVALENT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_JPEG_COMMENT - Static variable in class com.drew.metadata.jpeg.JpegCommentDirectory
This is in bits/sample, usually 8 (12 and 16 not supported by most software).
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_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.ExifDirectory
 
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_LIGHT_SOURCE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_MAKE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_MAKER_NOTE - Static variable in class com.drew.metadata.exif.ExifReader
 
TAG_MAX_APERTURE - Static variable in class com.drew.metadata.exif.ExifDirectory
Maximum aperture value of lens.
TAG_MAX_SAMPLE_VALUE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_METERING_MODE - Static variable in class com.drew.metadata.exif.ExifDirectory
Exposure metering method.
TAG_MIN_SAMPLE_VALUE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_MODEL - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_NEW_SUBFILE_TYPE - Static variable in class com.drew.metadata.exif.ExifDirectory
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_ADAPTER - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_AF_FOCUS_POSITION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed -
TAG_NIKON_TYPE2_AF_TYPE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The auto-focus type used by the camera.
TAG_NIKON_TYPE2_AUTO_FLASH_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - (no value -- blank)
TAG_NIKON_TYPE2_AUTO_FLASH_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - Built-in,TTL - Optional,TTL (with speedlight SB800, flash sync mode as NORMAL.
TAG_NIKON_TYPE2_CAMERA_COLOR_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The color space as set in the camera.
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_SHARPENING - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The sharpening as set in the camera.
TAG_NIKON_TYPE2_CAMERA_TONE_COMPENSATION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The tone compensation as set in the camera.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
The white balance as set in the camera.
TAG_NIKON_TYPE2_CAMERA_WHITE_BALANCE_FINE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0
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_CAPTURE_EDITOR_DATA - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Data about changes set by Nikon Capture Editor.
TAG_NIKON_TYPE2_COLOR_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - COLOR (seen in the D1X)
TAG_NIKON_TYPE2_DATA_DUMP - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_DIGITAL_ZOOM - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_EXPOSURE_SEQUENCE_NUMBER - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
This appears to be a sequence number to indentify the exposure.
TAG_NIKON_TYPE2_FIRMWARE_VERSION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0200 (D70) - 0200 (D1X)
TAG_NIKON_TYPE2_FLASH_SYNC_MODE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NORMAL - RED-EYE Note: when TAG_NIKON_TYPE2_AUTO_FLASH_MODE is blank, Nikon Browser displays "Flash Sync Mode: Not Attached"
TAG_NIKON_TYPE2_IMAGE_ADJUSTMENT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_ISO_1 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 250 - 0 400
TAG_NIKON_TYPE2_ISO_2 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 250 - 0 400
TAG_NIKON_TYPE2_ISO_SELECTION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
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_LIGHT_SOURCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NATURAL - SPEEDLIGHT (D70, D1X)
TAG_NIKON_TYPE2_MANUAL_FOCUS_DISTANCE - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_NOISE_REDUCTION - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - OFF
TAG_NIKON_TYPE2_QUALITY_AND_FILE_FORMAT - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - FILE - RAW - NORMAL - FINE
TAG_NIKON_TYPE2_UNKNOWN_1 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0,1,6,0 (hex)
TAG_NIKON_TYPE2_UNKNOWN_11 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100 - 0103 (D70) - 0100 (D1X)
TAG_NIKON_TYPE2_UNKNOWN_12 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100 - 0103
TAG_NIKON_TYPE2_UNKNOWN_13 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100 - 0101 - 0100 (D1X) - 30,31,30,30,0,0,b,48,7c,7c,24,24,5,15,24,0,0,0,0,0 (hex) (D100)
TAG_NIKON_TYPE2_UNKNOWN_14 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 2014 662 (D1X) - 1517,1012 (D100)
TAG_NIKON_TYPE2_UNKNOWN_15 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 78/10 78/10 - 78/10 78/10 (D70) - 59/10 59/5 (D1X) - 7.8,7.8 (D100)
TAG_NIKON_TYPE2_UNKNOWN_16 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 1473 - 7036 (D100)
TAG_NIKON_TYPE2_UNKNOWN_2 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0,1,c,0 (hex)
TAG_NIKON_TYPE2_UNKNOWN_20 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 - 0
TAG_NIKON_TYPE2_UNKNOWN_21 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 0 49163 53255 - 0 0 3008 2000 (the image dimensions were 3008x2000) (D70)
TAG_NIKON_TYPE2_UNKNOWN_22 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - (blank)
TAG_NIKON_TYPE2_UNKNOWN_23 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - (blank)
TAG_NIKON_TYPE2_UNKNOWN_24 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0
TAG_NIKON_TYPE2_UNKNOWN_25 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NO= 00002539
TAG_NIKON_TYPE2_UNKNOWN_26 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 1564851
TAG_NIKON_TYPE2_UNKNOWN_27 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0
TAG_NIKON_TYPE2_UNKNOWN_29 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Nikon Browser suggests this value represents Saturation...
TAG_NIKON_TYPE2_UNKNOWN_3 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 914 - 1379 (D70) - 2781 (D1X) - 6942 (D100)
TAG_NIKON_TYPE2_UNKNOWN_30 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - AUTO (D70) - (blank) (D70)
TAG_NIKON_TYPE2_UNKNOWN_32 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0100 (D70)
TAG_NIKON_TYPE2_UNKNOWN_33 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - NORMAL (D70)
TAG_NIKON_TYPE2_UNKNOWN_34 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Added during merge of Type2 & Type3.
TAG_NIKON_TYPE2_UNKNOWN_4 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 6 - 6 (D70) - 2 (D1X)
TAG_NIKON_TYPE2_UNKNOWN_5 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 - 9 - 3 (D1X)
TAG_NIKON_TYPE2_UNKNOWN_7 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 0 - 1
TAG_NIKON_TYPE2_UNKNOWN_8 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Values observed - 48,1,c,0 (hex) (D100) - @
TAG_NIKON_TYPE2_UNKNOWN_9 - Static variable in class com.drew.metadata.exif.NikonType2MakernoteDirectory
Unknown.
TAG_NOISE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_OBJECT_NAME - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_OECF - Static variable in class com.drew.metadata.exif.ExifDirectory
 
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_ORIENTATION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
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_PAGE_NAME - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_PANASONIC_MACRO_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = On 2 = Off
TAG_PANASONIC_PRINT_IMAGE_MATCHING_INFO - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_PANASONIC_QUALITY_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
TAG_PANASONIC_RECORD_MODE - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
1 = Normal 2 = Portrait 9 = Macro
TAG_PANASONIC_VERSION - Static variable in class com.drew.metadata.exif.PanasonicMakernoteDirectory
 
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_PHOTOMETRIC_INTERPRETATION - Static variable in class com.drew.metadata.exif.ExifDirectory
Shows the color space of the image data components.
TAG_PLANAR_CONFIGURATION - Static variable in class com.drew.metadata.exif.ExifDirectory
When image format is no compression YCbCr, this value shows byte aligns of YCbCr data.
TAG_PREDICTOR - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_PRIMARY_CHROMATICITIES - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_PROVINCE_OR_STATE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_RECORD_VERSION - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_REFERENCE_BLACK_WHITE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
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.ExifDirectory
 
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_UNIT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_ROWS_PER_STRIP - Static variable in class com.drew.metadata.exif.ExifDirectory
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.ExifDirectory
Each pixel is composed of this many samples.
TAG_SATURATION - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the direction of saturation processing applied by the camera when the image was shot.
TAG_SCENE_CAPTURE_TYPE - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the type of scene that was shot.
TAG_SCENE_TYPE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SECURITY_CLASSIFICATION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SELF_TIMER_MODE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SENSING_METHOD - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SHARPNESS - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the direction of sharpness processing applied by the camera when the image was shot.
TAG_SHUTTER_SPEED - Static variable in class com.drew.metadata.exif.ExifDirectory
Shutter speed by APEX value.
TAG_SOFTWARE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SOURCE - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SPATIAL_FREQ_RESPONSE - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SPATIAL_FREQ_RESPONSE_2 - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SPECIAL_INSTRUCTIONS - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_SPECTRAL_SENSITIVITY - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_STRIP_BYTE_COUNTS - Static variable in class com.drew.metadata.exif.ExifDirectory
The size of the raster data in bytes.
TAG_STRIP_OFFSETS - Static variable in class com.drew.metadata.exif.ExifDirectory
The position in the file of raster data.
TAG_SUB_IFDS - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SUBFILE_TYPE - Static variable in class com.drew.metadata.exif.ExifDirectory
The old subfile type tag.
TAG_SUBJECT_DISTANCE - Static variable in class com.drew.metadata.exif.ExifDirectory
Indicates the distance the autofocus camera is focused to.
TAG_SUBJECT_DISTANCE_RANGE - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the distance to the subject.
TAG_SUBJECT_LOCATION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SUBJECT_LOCATION_2 - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SUBSECOND_TIME - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SUBSECOND_TIME_DIGITIZED - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SUBSECOND_TIME_ORIGINAL - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_SUPPLEMENTAL_CATEGORIES - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_THRESHOLDING - Static variable in class com.drew.metadata.exif.ExifDirectory
1 = No dithering or halftoning 2 = Ordered dither or halftone 3 = Randomized dither
TAG_THUMBNAIL_DATA - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_THUMBNAIL_IMAGE_HEIGHT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_THUMBNAIL_IMAGE_WIDTH - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_THUMBNAIL_LENGTH - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_THUMBNAIL_OFFSET - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TIFF_EP_STANDARD_ID - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TILE_BYTE_COUNTS - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TILE_LENGTH - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TILE_OFFSETS - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TILE_WIDTH - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TIME_CREATED - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_TIME_ZONE_OFFSET - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_TRANSFER_FUNCTION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_URGENCY - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_USER_COMMENT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_WHITE_BALANCE - Static variable in class com.drew.metadata.exif.ExifDirectory
White balance (aka light source).
TAG_WHITE_BALANCE_MODE - Static variable in class com.drew.metadata.exif.ExifDirectory
This tag indicates the white balance mode set when the image was shot.
TAG_WHITE_POINT - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_WIN_AUTHOR - Static variable in class com.drew.metadata.exif.ExifDirectory
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.ExifDirectory
The image comment, as used by Windows XP.
TAG_WIN_KEYWORDS - Static variable in class com.drew.metadata.exif.ExifDirectory
The image keywords, as used by Windows XP.
TAG_WIN_SUBJECT - Static variable in class com.drew.metadata.exif.ExifDirectory
The image subject, as used by Windows XP.
TAG_WIN_TITLE - Static variable in class com.drew.metadata.exif.ExifDirectory
The image title, as used by Windows XP.
TAG_WRITER - Static variable in class com.drew.metadata.iptc.IptcDirectory
 
TAG_X_RESOLUTION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_Y_RESOLUTION - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_YCBCR_COEFFICIENTS - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_YCBCR_POSITIONING - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TAG_YCBCR_SUBSAMPLING - Static variable in class com.drew.metadata.exif.ExifDirectory
 
TagDescriptor - Class in com.drew.metadata
Abstract base class for all tag descriptor classes.
TagDescriptor(Directory) - Constructor for class com.drew.metadata.TagDescriptor
 
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.ExifDirectory
 
tagNameMap - Static variable in class com.drew.metadata.exif.ExifInteropDirectory
 
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.KyoceraMakernoteDirectory
 
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.iptc.IptcDirectory
 
tagNameMap - Static variable in class com.drew.metadata.jpeg.JpegCommentDirectory
 
tagNameMap - Static variable in class com.drew.metadata.jpeg.JpegDirectory
 
TIFF_HEADER_START_OFFSET - Static variable in class com.drew.metadata.exif.ExifReader
 
ToFile(File, JpegSegmentData) - Static method in class com.drew.imaging.jpeg.JpegSegmentData
 
toSimpleString(boolean) - Method in class com.drew.lang.Rational
Returns the simplest represenation of this Rational's value possible.
toString() - Method in exception com.drew.lang.CompoundException
 
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.exif.DataFormat
 
toString() - Method in class com.drew.metadata.Tag
A basic representation of the tag's type and value in format: FNumber - F2.8.

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.ExifDirectory
 

_

_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 interperet 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.KodakMakernoteDirectory
 
_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.SonyMakernoteDirectory
 
A B C D E F G H I J K L M N O P R S T U W _ 

Copyright © 2006 Drew Noakes. All Rights Reserved.