com.drew.metadata.exif
Class ExifDescriptor
public
class
ExifDescriptor
extends TagDescriptor
Contains all logic for the presentation of raw Exif data, as stored in ExifDirectory. Use
this class to provide human-readable descriptions of tag values.
public static String convertBytesToVersionString(int[] components)
Takes a series of 4 bytes from the specified offset, and converts these to a
well-known version number, where possible. For example, (hex) 30 32 31 30 == 2.10).
Parameters: components the four version values
Returns: the version as a string of form 2.10
public String get35mmFilmEquivFocalLengthDescription()
public String getApertureValueDescription()
public String getBitsPerSampleDescription()
public String getColorSpaceDescription()
public String getComponentConfigurationDescription()
public String getCompressionDescription()
public String getCompressionLevelDescription()
public String getContrastDescription()
public String getCustomRenderedDescription()
public String getDescription(int tagType)
Returns a descriptive value of the the specified tag for this image.
Where possible, known values will be substituted here in place of the raw
tokens actually kept in the Exif segment. If no substitution is
available, the value provided by getString(int) will be returned.
Parameters: tagType the tag to find a description for
Returns: a description of the image's value for the specified tag, or
null
if the tag hasn't been defined.
public String getDigitalZoomRatioDescription()
public String getExifImageHeightDescription()
public String getExifImageWidthDescription()
public String getExifVersionDescription()
public String getExposureBiasDescription()
public String getExposureModeDescription()
public String getExposureProgramDescription()
public String getExposureTimeDescription()
public String getFileSourceDescription()
public String getFillOrderDescription()
public String getFlashDescription()
public String getFlashPixVersionDescription()
public String getFNumberDescription()
public String getFocalLengthDescription()
public String getFocalPlaneResolutionUnitDescription()
public String getFocalPlaneXResolutionDescription()
public String getFocalPlaneYResolutionDescription()
public String getGainControlDescription()
public String getIsoEquivalentDescription()
public String getMaxApertureValueDescription()
public String getMeteringModeDescription()
public String getNewSubfileTypeDescription()
public String getOrientationDescription()
public String getPhotometricInterpretationDescription()
public String getPlanarConfigurationDescription()
public String getReferenceBlackWhiteDescription()
public String getResolutionDescription()
public String getRowsPerStripDescription()
public String getSamplesPerPixelDescription()
public String getSaturationDescription()
public String getSceneCaptureTypeDescription()
public String getSceneTypeDescription()
public String getSensingMethodDescription()
public String getSharpnessDescription()
public String getShutterSpeedDescription()
public String getStripByteCountsDescription()
public String getSubfileTypeDescription()
public String getSubjectDistanceDescription()
public String getSubjectDistanceRangeDescription()
public String getThresholdingDescription()
public String getThumbnailDescription()
public String getThumbnailImageHeightDescription()
public String getThumbnailImageWidthDescription()
public String getThumbnailLengthDescription()
public String getThumbnailOffsetDescription()
public String getUserCommentDescription()
public String getWhiteBalanceDescription()
public String getWhiteBalanceModeDescription()
public String getWindowsAuthorDescription()
public String getWindowsCommentDescription()
public String getWindowsKeywordsDescription()
public String getWindowsSubjectDescription()
public String getWindowsTitleDescription()
public String getXResolutionDescription()
public String getYCbCrPositioningDescription()
public String getYCbCrSubsamplingDescription()
public String getYResolutionDescription()
Copyright © 2006 Drew Noakes. All Rights Reserved.