ImageGear .NET - Updated
ImGearPNGTagIDs Enumeration




ImageGear24.Core Assembly > ImageGear.Formats Namespace : ImGearPNGTagIDs Enumeration
Lists all PNG tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearPNGTagIDs 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearPNGTagIDs
public enum ImGearPNGTagIDs : System.Enum 
__value public enum ImGearPNGTagIDs : public System.Enum 
public enum class ImGearPNGTagIDs : public System.Enum 
Members
MemberDescription
BACKGROUNDBackground information.
CALIBRATIONCalibration information.
CHRM_BLUEChromaticities blue.
CHRM_GREENChromaticities green.
CHRM_REDChromaticities red.
CHRM_WHITEWhite point.
CHRM_XChromaticities X.
CHRM_YChromaticities Y.
CHROMATICITIESChromaticities information.
COMPRESSED_TEXTCompressed textual data information.
CTXT_COMPR_METHODCompression method.
CTXT_KEYWORDCompressed textual data chunk keyword that indicates the type of information represented by the text string.
CTXT_TEXTCompressed textual data chunk text.
FORMATPNG metadata format identifier.
FRACTAL_PARAMETERSFractal parameters information.
GAMMAGamma information.
GIF_APP_EXTGIF application extension information.
GIF_CONTROLGIF contro information.
GIF_TEXT_EXTGif text extension information.
GIFG_DELAY_TIMEDelay time.
GIFG_DISPOSAL_METHODDisposal method.
GIFG_USER_INPUT_FLAGUser Input flag.
GIFT_BACK_COLORText background color.
GIFT_CELL_HEIGHTCharacter cell height.
GIFT_CELL_WIDTHCharacter cell width.
GIFT_FORE_COLORText foreground color.
GIFT_GRID_HEIGHTText grid height.
GIFT_GRID_WIDTHText grid width.
GIFT_LEFT_POSITIONText grid left position.
GIFT_PLAIN_TEXTPlain text data.
GIFT_TOP_POSITIONText grid top position.
GIFX_APP_DATAApplication data.
GIFX_APP_IDApplication identifier.
GIFX_AUTHENTICATIONAuthentication code.
HEADERHeader information.
HISTOGRAMHistogram information.
ICC_PROFILEICC profile information.
ICCP_DATAProfile data.
ICCP_NAMEProfile name.
IHDR_BIT_DEPTHImage bit depth.
IHDR_COLOR_TYPEColor type.
IHDR_COMPRESSIONCompression type.
IHDR_FILTER_TYPEFilter type.
IHDR_HEIGHTImage height.
IHDR_INTERLACE_TYPEInterlace type.
IHDR_WIDTHImage width.
IMAGE_OFFSETImage offset.
INTERNATIONAL_TEXTInternational textual data information.
ITXT_COMPR_FLAGCompression flag.
ITXT_COMPR_METHODCompression method.
ITXT_KEYWORDInternational textual data chunk keyword that indicates the type of information represented by the text string.
ITXT_LANGUAGELanguage tag.
ITXT_TEXTInternational textual data chunk text.
ITXT_TRANSL_KEYWORDTranslated keyword.
OFFS_UNITUnit specifier.
OFFS_X_POSITIONX position.
OFFS_Y_POSITIONY position.
PCAL_EQUATIONEquation type.
PCAL_NAMECalibration name.
PCAL_PAR_COUNTNumber of parameters.
PCAL_PARAMETERCalibration parameter.
PCAL_UNITUnit root.
PCAL_UNIT_NAMEUnit name.
PCAL_X0Original zero(x0).
PCAL_X1Original Max(x1).
PHYS_UNITUnit specifier.
PHYS_X_AXISIntended pixel size or aspect ratio by X axis for display .
PHYS_Y_AXISIntended pixel size or aspect ratio by Y axis for display.
PHYSICAL_SCALEPhysical scale information.
RESOLUTIONResolution information.
SCAL_HEIGHTPixel height.
SCAL_UNITUnit specifier.
SCAL_WIDTHPixel width.
SIGNIFICANT_BITSSignificant bits information.
SPLT_ALPHASuggested palette alpha entry value.
SPLT_BLUESuggested palette blue entry value.
SPLT_DEPTHSample depth.
SPLT_ENTRYSuggested palette entry.
SPLT_ENTRY_COUNTSuggested palette entry count.
SPLT_FREQUENCYSuggested palette frequency entry value.
SPLT_GREENSuggested palette green entry value.
SPLT_NAMEPalette name.
SPLT_REDSuggested palette red entry value.
SRGBStandard RGB information.
SUGGESTED_PALETTESuggested palette information.
TEXTText data information.
TEXT_KEYWORDTextual data chunk keyword that indicates the type of information represented by the text string.
TEXT_TEXTTextual data chunk text.
TIMETime image last modification information.
TIME_DAYImage last-modification time day value.
TIME_HOURImage last-modification time hour value.
TIME_MINUTEImage last-modification time minute value.
TIME_MONTHImage last-modification time month value.
TIME_SECONDImage last-modification time second value.
TIME_YEARImage last-modification time year value.
TRANSPARENCYTransparency information.
XMP XML packet containing XMP metadata.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearPNGTagIDs

See Also

Reference

ImageGear.Formats Namespace