Picasso API
2.8
|
Image reader header define. More...
#include <psx_image_plugin.h>
Data Fields | |
void * | priv |
int | width |
int | height |
int | pitch |
int | depth |
int | bpp |
int | format |
int | alpha |
int | frames |
Image reader header define.
Definition at line 44 of file psx_image_plugin.h.
int _psx_image_header::alpha |
Image has alpha channel. (false: 0, true: 1)
Definition at line 60 of file psx_image_plugin.h.
int _psx_image_header::bpp |
Image bpp
Definition at line 56 of file psx_image_plugin.h.
int _psx_image_header::depth |
Image depth.
Definition at line 54 of file psx_image_plugin.h.
int _psx_image_header::format |
Image color format
Definition at line 58 of file psx_image_plugin.h.
int _psx_image_header::frames |
Image frame count.
Definition at line 62 of file psx_image_plugin.h.
int _psx_image_header::height |
Image height.
Definition at line 50 of file psx_image_plugin.h.
int _psx_image_header::pitch |
Image pitch of scanline.
Definition at line 52 of file psx_image_plugin.h.
void* _psx_image_header::priv |
Private data for operator.
Definition at line 46 of file psx_image_plugin.h.
int _psx_image_header::width |
Image width.
Definition at line 48 of file psx_image_plugin.h.