Public Attributes | |
bool | bAlphaPaletteEnabled |
true if alpha values in the palette are enabled. | |
bool | bEnabled |
enables the painting functions | |
DWORD | dwCodecOpt [CMAX_IMAGE_FORMATS] |
for GIF, TIF : 0=def.1=unc,2=fax3,3=fax4,4=pack,5=jpg | |
DWORD | dwEffWidth |
DWORD aligned scan line width. | |
DWORD | dwFlags |
0x??00000 = reserved, 0x00??0000 = blend mode, 0x0000???? = layer id - user flags | |
DWORD | dwFrameDelay |
used for GIF, MNG | |
DWORD | dwType |
original image format | |
RGBQUAD | last_c |
for GetNearestIndex optimization | |
BYTE | last_c_index |
bool | last_c_isvalid |
BYTE | nAlphaMax |
max opacity (fade) | |
RGBQUAD | nBkgndColor |
used for RGB transparency | |
long | nBkgndIndex |
used for GIF, PNG, MNG | |
long | nEscape |
escape | |
long | nFrame |
used for TIF, GIF, MNG : actual frame | |
BYTE | nJpegScale |
used for JPEG [ignacio] | |
long | nNumFrames |
used for TIF, GIF, MNG : total number of frames | |
long | nNumLayers |
long | nProgress |
monitor | |
BYTE | nQuality |
used for JPEG | |
CxImage * | pGhost |
if this is a ghost, pGhost points to the body | |
BYTE * | pImage |
THE IMAGE BITS. | |
CxImage * | pParent |
if this is a layer, pParent points to the body | |
RECT | rSelectionBox |
bounding rectangle | |
char | szLastError [256] |
debugging | |
long | xDPI |
horizontal resolution | |
long | xOffset |
long | yDPI |
vertical resolution | |
long | yOffset |
|
true if alpha values in the palette are enabled.
|
|
enables the painting functions
|
|
for GIF, TIF : 0=def.1=unc,2=fax3,3=fax4,4=pack,5=jpg
|
|
DWORD aligned scan line width.
|
|
0x??00000 = reserved, 0x00??0000 = blend mode, 0x0000???? = layer id - user flags
|
|
used for GIF, MNG
|
|
original image format
|
|
for GetNearestIndex optimization
|
|
|
|
|
|
max opacity (fade)
|
|
used for RGB transparency
|
|
used for GIF, PNG, MNG
|
|
escape
|
|
used for TIF, GIF, MNG : actual frame
|
|
used for JPEG [ignacio]
|
|
used for TIF, GIF, MNG : total number of frames
|
|
|
|
monitor
|
|
used for JPEG
|
|
if this is a ghost, pGhost points to the body
|
|
THE IMAGE BITS.
|
|
if this is a layer, pParent points to the body
|
|
bounding rectangle
|
|
debugging
|
|
horizontal resolution
|
|
|
|
vertical resolution
|
|
|