ImageGear for Java
ImGearEXIFMakerNoteType Enumeration
Lists all EXIF MakerNote types.
Members
MemberDescription
IFDTIFF IFD. Makernote is a valid TIF IFD.
IFD_PREFIXEDPrefixed TIFF IFD. Same as IFD, but with a short prefix before the IFD. The prefix is also preserved, so the whole Makernote is preserved when writing to a file.
IFD_PREFIXED_OFFSET_IIMakernote starts with a prefix, then goes offset to the IFD, then IFD itself. Makernote IFD uses Intel byte ordering (II), even though the whole file uses Motorola ordering.
IG_MAKERNOTE_TYPES_MAXKeep the number identical to the last makernote type.
TIF_HEADER_PREFIXEDMakernote starts with a prefix, then goes TIF image header, which points to an IFD.
UNKNOWNUnknown. This is the default type. This type means that ImageGear can't decect Makernote as any other type. Preserving such makernote and saving it with the file, most likely, does not make any sence, because IFD offsets will be corrupted.
Inheritance Hierarchy

java.lang.Object
   java.lang.Enum
      com.accusoft.imagegear.formats.ImGearEXIFMakerNoteType

See Also

Reference

com.accusoft.imagegear.formats Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback