com.drew.metadata.exif

Class KyoceraMakernoteDescriptor

public class KyoceraMakernoteDescriptor extends TagDescriptor

Provides human-readable string versions of the tags stored in a 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 Summary
KyoceraMakernoteDescriptor(Directory directory)
Method Summary
StringgetDescription(int tagType)
StringgetPrintImageMatchingInfoDescription()
StringgetProprietaryThumbnailDataDescription()

Constructor Detail

KyoceraMakernoteDescriptor

public KyoceraMakernoteDescriptor(Directory directory)

Method Detail

getDescription

public String getDescription(int tagType)

getPrintImageMatchingInfoDescription

public String getPrintImageMatchingInfoDescription()

getProprietaryThumbnailDataDescription

public String getProprietaryThumbnailDataDescription()
Copyright © 2006 Drew Noakes. All Rights Reserved.