ImageGear .NET - Updated
ImGearJPEGTagIDs Enumeration




ImageGear24.Core Assembly > ImageGear.Formats Namespace : ImGearJPEGTagIDs Enumeration
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
MemberDescription
APP1Application marker - first.
APP10Application marker - 10.
APP11Application marker - 11.
APP12Application marker - 12.
APP13Application marker - 13.
APP14Application marker - 14.
APP15Application marker - last.
APP2Application marker - 2.
APP3Application marker - 3.
APP4Application marker - 4.
APP5Application marker - 5.
APP6Application marker - 6.
APP7Application marker - 7.
APP8Application marker - 8.
APP9Application marker - 9.
BINARY_DATASegment binary data.
CHUNKNUMBERChunk number.
COMComment value.
COMMENTComment value.
DACDAC - Define Arithmetic coding Conditioning.
DHPDefine hierarchical progression.
DHTHuffman tables.
DNLDefine number of lines.
DQTQuantization tables.
DRIRestart Interval.
EOIEnd of Image.
EXIF_IDEXIF ID tag.
EXPExpand reference image.
FORMATJPEG metadata format identifier.
FRAME_COMPONENT_HV_SAMPLINGSOF Component HV Sampling.
FRAME_COMPONENT_IDSOF Component ID.
FRAME_COMPONENT_QUANT_SELECTORSOF Component quantization table selector.
FRAME_COMPONENT_SPECSOF Component specification.
FRAME_LINESSOF Lines.
FRAME_NUMBER_OF_COMPONENTSSOF Number of components.
FRAME_PRECISIONSOF Precision.
FRAME_SAMPLES_PER_LINESOF Samples Per Line.
HUFFMAN_TABLEHuffman table.
HUFFMAN_TABLE_DESCRIPTORHuffman table descriptor.
HUFFMAN_TABLE_LENGTHSHuffman table lengths.
HUFFMAN_TABLE_VALUESHuffman table values.
ICCPROFILEDATAICC Profile data.
IDENTIFIERSegment identifier.
JFIFApplication marker - JFIF header (APP0).
JFIF_IDJFIF ID value.
JFIF_THUMB_HEIGHTJFIF thumbnail height.
JFIF_THUMB_WIDTHJFIF thumbnail width.
JFIF_UNITSJFIF resolution unit.
JFIF_VERSIONJFIF version.
JFIF_X_RESJFIF X resolution.
JFIF_Y_RESJFIF Y resolution.
JPGReserved for JPEG extensions.
PHOTOSHOP_IDPhotoshop ID.
PHOTOSHOP_RESOURCESPhotoshop Resources.
QUANT_TABLEQuantization table.
QUANT_TABLE_DESCRIPTORQuantization table descriptor.
QUANT_TABLE_ELEMENTSQuantization table elements.
RESTART_INTERVALRestart interval.
RST0Restart marker.
RST1Restart marker.
RST2Restart marker.
RST3Restart marker.
RST4Restart marker.
RST5Restart marker.
RST6Restart marker.
RST7Restart marker.
SCAN_AH_ALScan AH, AL.
SCAN_COMPONENTScan component.
SCAN_COMPONENT_NUMBERScan component number.
SCAN_DC_ACScan AC, DC.
SCAN_SELECTORScan selector.
SCAN_SP_ENDScan spectral end.
SCAN_SP_STARTScan spectral start.
SOF0Baseline DCT.
SOF1Extended sequential DCT.
SOF10Progressive DCT - arithmetic encoding.
SOF11Lossless sequential - arithmetic encoding.
SOF13Differential sequential DCT - arithmetic encoding.
SOF14Differential progressive DCT - arithmetic encoding.
SOF15Differential lossless - arithmetic encoding.
SOF2Progressive DCT.
SOF3Lossless (sequential).
SOF5Differential sequential DCT.
SOF6Differential progressive DCT.
SOF7Differential lossless.
SOF9Extended sequential DCT - arithmetic encoding.
SOIStart of Image.
SOSStart of Segment.
TEMTEM marker.
XMPXML packet containing XMP metadata.
XMP_IDENTIFIERXMP identifier.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace