Picasso API  2.8
Data Fields
_psx_image_header Struct Reference

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
 

Detailed Description

Image reader header define.

Definition at line 44 of file psx_image_plugin.h.

Field Documentation

◆ alpha

int _psx_image_header::alpha

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

Definition at line 60 of file psx_image_plugin.h.

◆ bpp

int _psx_image_header::bpp

Image bpp

Definition at line 56 of file psx_image_plugin.h.

◆ depth

int _psx_image_header::depth

Image depth.

Definition at line 54 of file psx_image_plugin.h.

◆ format

int _psx_image_header::format

Image color format

Definition at line 58 of file psx_image_plugin.h.

◆ frames

int _psx_image_header::frames

Image frame count.

Definition at line 62 of file psx_image_plugin.h.

◆ height

int _psx_image_header::height

Image height.

Definition at line 50 of file psx_image_plugin.h.

◆ pitch

int _psx_image_header::pitch

Image pitch of scanline.

Definition at line 52 of file psx_image_plugin.h.

◆ priv

void* _psx_image_header::priv

Private data for operator.

Definition at line 46 of file psx_image_plugin.h.

◆ width

int _psx_image_header::width

Image width.

Definition at line 48 of file psx_image_plugin.h.


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