ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearEXIFMakerNoteType Enumeration




In This Topic
    ImGearEXIFMakerNoteType Enumeration
    In This Topic
    Lists all EXIF MakerNote types.
    Syntax
    'Declaration
     
    Public Enum ImGearEXIFMakerNoteType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearEXIFMakerNoteType
    public enum ImGearEXIFMakerNoteType : System.Enum 
    __value public enum ImGearEXIFMakerNoteType : public System.Enum 
    public enum class ImGearEXIFMakerNoteType : public System.Enum 
    Members
    MemberValueDescription
    IFD1TIFF IFD. Makernote is a valid TIF IFD.
    IFD_PREFIXED2Prefixed 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_II4Makernote 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_MAX4Keep the number identical to the last makernote type.
    TIF_HEADER_PREFIXED3Makernote starts with a prefix, then goes TIF image header, which points to an IFD.
    UNKNOWN0Unknown. 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

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearEXIFMakerNoteType

    See Also