Picasso API  2.9
Data Fields
_psx_image_header Struct Reference

Image reader header define. More...

#include <psx_image_plugin.h>

Data Fields

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

Detailed Description

Image reader header define.

Definition at line 48 of file psx_image_plugin.h.

Field Documentation

◆ alpha

int32_t _psx_image_header::alpha

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

Definition at line 64 of file psx_image_plugin.h.

◆ bpp

int32_t _psx_image_header::bpp

Image bpp

Definition at line 60 of file psx_image_plugin.h.

◆ depth

int32_t _psx_image_header::depth

Image depth.

Definition at line 58 of file psx_image_plugin.h.

◆ format

int32_t _psx_image_header::format

Image color format

Definition at line 62 of file psx_image_plugin.h.

◆ frames

int32_t _psx_image_header::frames

Image frame count.

Definition at line 66 of file psx_image_plugin.h.

◆ height

int32_t _psx_image_header::height

Image height.

Definition at line 54 of file psx_image_plugin.h.

◆ pitch

int32_t _psx_image_header::pitch

Image pitch of scanline.

Definition at line 56 of file psx_image_plugin.h.

◆ priv

void* _psx_image_header::priv

Private data for operator.

Definition at line 50 of file psx_image_plugin.h.

◆ width

int32_t _psx_image_header::width

Image width.

Definition at line 52 of file psx_image_plugin.h.


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