public class NikonType1MakernoteDescriptor extends TagDescriptor<NikonType1MakernoteDirectory>
NikonType1MakernoteDirectory
.
Type-1 is for E-Series cameras prior to (not including) E990. For example: E700, E800, E900, E900S, E910, E950.
Makernote starts from ASCII string "Nikon". Data format is the same as IFD, but it starts from offset 0x08. This is the same as Olympus except start string. Example of actual data structure is shown below.
:0000: 4E 69 6B 6F 6E 00 01 00-05 00 02 00 02 00 06 00 Nikon...........
:0010: 00 00 EC 02 00 00 03 00-03 00 01 00 00 00 06 00 ................
Constructor and Description |
---|
NikonType1MakernoteDescriptor(NikonType1MakernoteDirectory directory) |
Modifier and Type | Method and Description |
---|---|
String |
getCcdSensitivityDescription() |
String |
getColorModeDescription() |
String |
getConverterDescription() |
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getDigitalZoomDescription() |
String |
getFocusDescription() |
String |
getImageAdjustmentDescription() |
String |
getQualityDescription() |
String |
getWhiteBalanceDescription() |
convertBytesToVersionString
public NikonType1MakernoteDescriptor(NikonType1MakernoteDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(tagType)
will be returned.getDescription
in class TagDescriptor<NikonType1MakernoteDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getConverterDescription()
public String getDigitalZoomDescription()
public String getFocusDescription()
public String getWhiteBalanceDescription()
public String getCcdSensitivityDescription()
public String getImageAdjustmentDescription()
public String getColorModeDescription()
public String getQualityDescription()
Copyright © 2020. All rights reserved.