Class FujifilmMakernoteDescriptor
java.lang.Object
com.drew.metadata.TagDescriptor<FujifilmMakernoteDirectory>
com.drew.metadata.exif.makernotes.FujifilmMakernoteDescriptor
Provides human-readable string representations of tag values stored in a
FujifilmMakernoteDirectory.
Fujifilm added their Makernote tag from the Year 2000's models (e.g.Finepix1400, Finepix4700). It uses IFD format and start from ASCII character 'FUJIFILM', and next 4 bytes (value 0x000c) points the offset to first IFD entry.
:0000: 46 55 4A 49 46 49 4C 4D-0C 00 00 00 0F 00 00 00 :0000: FUJIFILM........
:0010: 07 00 04 00 00 00 30 31-33 30 00 10 02 00 08 00 :0010: ......0130......
There are two big differences to the other manufacturers.
- Fujifilm's Exif data uses Motorola align, but Makernote ignores it and uses Intel align.
- The other manufacturer's Makernote counts the "offset to data" from the first byte of TIFF header (same as the other IFD), but Fujifilm counts it from the first byte of Makernote itself.
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(int tagType) Returns a descriptive value of the specified tag for this image.Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
Constructor Details
-
FujifilmMakernoteDescriptor
-
-
Method Details
-
getDescription
Description copied from class:TagDescriptorReturns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)will be returned.- Overrides:
getDescriptionin classTagDescriptor<FujifilmMakernoteDirectory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif the tag hasn't been defined.
-
getMakernoteVersionDescription
-
getSharpnessDescription
-
getWhiteBalanceDescription
-
getColorSaturationDescription
-
getToneDescription
-
getContrastDescription
-
getNoiseReductionDescription
-
getHighIsoNoiseReductionDescription
-
getFlashModeDescription
-
getFlashExposureValueDescription
-
getMacroDescription
-
getFocusModeDescription
-
getSlowSyncDescription
-
getPictureModeDescription
-
getExrAutoDescription
-
getExrModeDescription
-
getAutoBracketingDescription
-
getFinePixColorDescription
-
getBlurWarningDescription
-
getFocusWarningDescription
-
getAutoExposureWarningDescription
-
getDynamicRangeDescription
-
getFilmModeDescription
-
getDynamicRangeSettingDescription
-