|
Picasso API
2.8
|
A image object. More...
#include <psx_image.h>
Data Fields | |
| int | width |
| int | height |
| int | pitch |
| ps_color_format | format |
| psx_image_frame * | frames |
| size_t | num_frames |
A image object.
Definition at line 60 of file psx_image.h.
| ps_color_format _psx_image::format |
image format
Definition at line 68 of file psx_image.h.
| psx_image_frame* _psx_image::frames |
image data frames
Definition at line 70 of file psx_image.h.
| int _psx_image::height |
image height
Definition at line 64 of file psx_image.h.
| size_t _psx_image::num_frames |
number of frame
Definition at line 72 of file psx_image.h.
| int _psx_image::pitch |
bytes of a scanline
Definition at line 66 of file psx_image.h.
| int _psx_image::width |
image width
Definition at line 62 of file psx_image.h.
1.8.17