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




In This Topic
    ImGearTGATagIDs Enumeration
    In This Topic
    Lists all TGA tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearTGATagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearTGATagIDs
    public enum ImGearTGATagIDs : System.Enum 
    __value public enum ImGearTGATagIDs : public System.Enum 
    public enum class ImGearTGATagIDs : public System.Enum 
    Members
    MemberValueDescription
    EXT18Extension data section.
    EXT_ATTRIBUTESTYPE43Attributes type.
    EXT_AUTHORCOMMENT21Author comment.
    EXT_AUTHORNAME20Author name.
    EXT_COLOROFFSET40Color offset.
    EXT_GAMMADENOMINATOR39Gamma denominator.
    EXT_GAMMANUMERATOR38Gamma numerator.
    EXT_JOBHOUR29Job hour value.
    EXT_JOBMINUTE30Job minute value.
    EXT_JOBNAME28Job name .
    EXT_JOBSECOND31Job second value.
    EXT_KEYCOLOR35Key color.
    EXT_PIXELDENOMINATOR37Pixel denominator.
    EXT_PIXELNUMERATOR36Pixel numerator.
    EXT_SCANOFFSET42Scan offset.
    EXT_SIZE119Extension size.
    EXT_SOFTWAREID32Software ID.
    EXT_STAMPDAY23Stamp day.
    EXT_STAMPHOUR25Stamp hour.
    EXT_STAMPMINUTE26Stamp minute.
    EXT_STAMPMONTH22Stamp month.
    EXT_STAMPOFFSET41Stamp offset.
    EXT_STAMPSECOND27Stamp second.
    EXT_STAMPYEAR24Stamp year.
    EXT_VERSIONLETTER34Version letter.
    EXT_VERSIONNUMBER33Version number.
    FOOT14Footer data section.
    FOOT_DEVELOPER_OFFSET16Developer offset.
    FOOT_EXTENSION_OFFSET15Extension offset.
    FOOT_SIGNATURE17Signature string.
    FORMAT19TGA metadata format identifier.
    HEAD1Header data section.
    HEAD_CMAPDEPTH7CMap depth.
    HEAD_CMAPLENGTH6CMap length.
    HEAD_CMAPSTART5CMap start.
    HEAD_COLORMAPTYPE3Color map type.
    HEAD_HEIGHT11Image height.
    HEAD_IDLENGTH2ID length.
    HEAD_IMAGEDESCRIPTOR13Image descriptor.
    HEAD_IMAGETYPE4Image type.
    HEAD_PIXELDEPTH12Pixel depth.
    HEAD_WIDTH10Image width.
    HEAD_XOFFSET8Absolute horizontal coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screen.
    HEAD_YOFFSET9Absolute vertical coordinate for the lower left corner of the image as it is positioned on a display device having an origin at the lower left of the screen.
    IMAGE_ID44Image ID tag.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearTGATagIDs

    See Also