public class KyoceraMakernoteDescriptor extends TagDescriptor<KyoceraMakernoteDirectory>
KyoceraMakernoteDirectory
.
Some information about this makernote taken from here: http://www.ozhiker.com/electronics/pjmt/jpeg_info/kyocera_mn.html
Most manufacturer's Makernote counts the "offset to data" from the first byte of TIFF header (same as the other IFD), but Kyocera (along with Fujifilm) counts it from the first byte of Makernote itself.
Constructor and Description |
---|
KyoceraMakernoteDescriptor(KyoceraMakernoteDirectory directory) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getProprietaryThumbnailDataDescription() |
convertBytesToVersionString
public KyoceraMakernoteDescriptor(KyoceraMakernoteDirectory directory)
public String getDescription(int tagType)
TagDescriptor
getString(tagType)
will be returned.getDescription
in class TagDescriptor<KyoceraMakernoteDirectory>
tagType
- the tag to find a description fornull
if the tag hasn't been defined.public String getProprietaryThumbnailDataDescription()
Copyright © 2020. All rights reserved.