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




In This Topic
    ImGearJPEGTagIDs Enumeration
    In This Topic
    Lists all JPEG tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearJPEGTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearJPEGTagIDs
    public enum ImGearJPEGTagIDs : System.Enum 
    __value public enum ImGearJPEGTagIDs : public System.Enum 
    public enum class ImGearJPEGTagIDs : public System.Enum 
    Members
    MemberValueDescription
    APP165505Application marker - first.
    APP1065514Application marker - 10.
    APP1165515Application marker - 11.
    APP1265516Application marker - 12.
    APP1365517Application marker - 13.
    APP1465518Application marker - 14.
    APP1565519Application marker - last.
    APP265506Application marker - 2.
    APP365507Application marker - 3.
    APP465508Application marker - 4.
    APP565509Application marker - 5.
    APP665510Application marker - 6.
    APP765511Application marker - 7.
    APP865512Application marker - 8.
    APP965513Application marker - 9.
    BINARY_DATA370Segment binary data.
    CHUNKNUMBER394Chunk number.
    COM65534Comment value.
    COMMENT350Comment value.
    DAC65484DAC - Define Arithmetic coding Conditioning.
    DHP65502Define hierarchical progression.
    DHT65476Huffman tables.
    DNL65500Define number of lines.
    DQT65499Quantization tables.
    DRI65501Restart Interval.
    EOI65497End of Image.
    EXIF_ID380EXIF ID tag.
    EXP65503Expand reference image.
    FORMAT46JPEG metadata format identifier.
    FRAME_COMPONENT_HV_SAMPLING306SOF Component HV Sampling.
    FRAME_COMPONENT_ID305SOF Component ID.
    FRAME_COMPONENT_QUANT_SELECTOR307SOF Component quantization table selector.
    FRAME_COMPONENT_SPEC304SOF Component specification.
    FRAME_LINES301SOF Lines.
    FRAME_NUMBER_OF_COMPONENTS303SOF Number of components.
    FRAME_PRECISION300SOF Precision.
    FRAME_SAMPLES_PER_LINE302SOF Samples Per Line.
    HUFFMAN_TABLE320Huffman table.
    HUFFMAN_TABLE_DESCRIPTOR321Huffman table descriptor.
    HUFFMAN_TABLE_LENGTHS322Huffman table lengths.
    HUFFMAN_TABLE_VALUES323Huffman table values.
    ICCPROFILEDATA393ICC Profile data.
    IDENTIFIER392Segment identifier.
    JFIF65504Application marker - JFIF header (APP0).
    JFIF_ID360JFIF ID value.
    JFIF_THUMB_HEIGHT366JFIF thumbnail height.
    JFIF_THUMB_WIDTH365JFIF thumbnail width.
    JFIF_UNITS362JFIF resolution unit.
    JFIF_VERSION361JFIF version.
    JFIF_X_RES363JFIF X resolution.
    JFIF_Y_RES364JFIF Y resolution.
    JPG65480Reserved for JPEG extensions.
    PHOTOSHOP_ID390Photoshop ID.
    PHOTOSHOP_RESOURCES391Photoshop Resources.
    QUANT_TABLE310Quantization table.
    QUANT_TABLE_DESCRIPTOR311Quantization table descriptor.
    QUANT_TABLE_ELEMENTS312Quantization table elements.
    RESTART_INTERVAL340Restart interval.
    RST065488Restart marker.
    RST165489Restart marker.
    RST265490Restart marker.
    RST365491Restart marker.
    RST465492Restart marker.
    RST565493Restart marker.
    RST665494Restart marker.
    RST765495Restart marker.
    SCAN_AH_AL336Scan AH, AL.
    SCAN_COMPONENT331Scan component.
    SCAN_COMPONENT_NUMBER330Scan component number.
    SCAN_DC_AC333Scan AC, DC.
    SCAN_SELECTOR332Scan selector.
    SCAN_SP_END335Scan spectral end.
    SCAN_SP_START334Scan spectral start.
    SOF065472Baseline DCT.
    SOF165473Extended sequential DCT.
    SOF1065482Progressive DCT - arithmetic encoding.
    SOF1165483Lossless sequential - arithmetic encoding.
    SOF1365485Differential sequential DCT - arithmetic encoding.
    SOF1465486Differential progressive DCT - arithmetic encoding.
    SOF1565487Differential lossless - arithmetic encoding.
    SOF265474Progressive DCT.
    SOF365475Lossless (sequential).
    SOF565477Differential sequential DCT.
    SOF665478Differential progressive DCT.
    SOF765479Differential lossless.
    SOF965481Extended sequential DCT - arithmetic encoding.
    SOI65496Start of Image.
    SOS65498Start of Segment.
    TEM65281TEM marker.
    XMP395XML packet containing XMP metadata.
    XMP_IDENTIFIER396XMP identifier.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearJPEGTagIDs

    See Also