Picasso API  2.2
Data Fields
_psx_image_header Struct Reference

Image reader header define. More...

#include <picasso_image_plugin.h>

Data Fields

void * priv
int width
int height
int pitch
int depth
int bpp
int format
int alpha
int frames

Detailed Description

Image reader header define.

Definition at line 44 of file picasso_image_plugin.h.


Field Documentation

Image has alpha channel. (false: 0, true: 1)

Definition at line 60 of file picasso_image_plugin.h.

Image bpp

Definition at line 56 of file picasso_image_plugin.h.

Image depth.

Definition at line 54 of file picasso_image_plugin.h.

Image color format

Definition at line 58 of file picasso_image_plugin.h.

Image frame count.

Definition at line 62 of file picasso_image_plugin.h.

Image height.

Definition at line 50 of file picasso_image_plugin.h.

Image pitch of scanline.

Definition at line 52 of file picasso_image_plugin.h.

Private data for operator.

Definition at line 46 of file picasso_image_plugin.h.

Image width.

Definition at line 48 of file picasso_image_plugin.h.


The documentation for this struct was generated from the following file: