#include <xcf.h>
Public Attributes | |
int | version |
CARD32 | width |
CARD32 | height |
CARD32 | type |
CARD8 | compression |
CARD32 | num_cols |
CARD8 * | colormap |
XcfProperty * | properties |
XcfLayer * | layers |
XcfChannel * | channels |
XcfLayer * | floating_selection |
XcfChannel * | selection |
ASScanline | scanline_buf [XCF_TILE_HEIGHT] |
CARD8 | tile_buf [XCF_TILE_WIDTH *XCF_TILE_HEIGHT *6] |
Definition at line 99 of file xcf.h.
CARD32 XcfImage::width |
Definition at line 102 of file xcf.h.
Referenced by print_xcf_image(), read_xcf_hierarchy(), read_xcf_image(), and xcf2ASImage().
CARD32 XcfImage::height |
CARD32 XcfImage::type |
CARD8 XcfImage::compression |
Definition at line 106 of file xcf.h.
Referenced by print_xcf_image(), read_xcf_hierarchy(), read_xcf_image(), and read_xcf_levels().
CARD32 XcfImage::num_cols |
CARD8* XcfImage::colormap |
Definition at line 108 of file xcf.h.
Referenced by free_xcf_image(), read_xcf_hierarchy(), and read_xcf_image().
struct XcfProperty* XcfImage::properties |
Definition at line 110 of file xcf.h.
Referenced by free_xcf_image(), print_xcf_image(), and read_xcf_image().
struct XcfLayer* XcfImage::layers |
Definition at line 111 of file xcf.h.
Referenced by free_xcf_image(), print_xcf_image(), read_xcf_image(), and xcf2ASImage().
struct XcfChannel* XcfImage::channels |
Definition at line 112 of file xcf.h.
Referenced by free_xcf_image(), print_xcf_image(), and read_xcf_image().
struct XcfLayer* XcfImage::floating_selection |
struct XcfChannel* XcfImage::selection |
ASScanline XcfImage::scanline_buf[XCF_TILE_HEIGHT] |
Definition at line 117 of file xcf.h.
Referenced by free_xcf_image(), read_xcf_hierarchy(), and read_xcf_image().
CARD8 XcfImage::tile_buf[XCF_TILE_WIDTH *XCF_TILE_HEIGHT *6] |