Picasso API 2.5
_psx_image Struct Reference

A image object. More...

#include <picasso_image.h>

Data Fields

int width
int height
int pitch
ps_color_format format
psx_image_frameframes
size_t num_frames

Detailed Description

A image object.

Definition at line 57 of file picasso_image.h.

Field Documentation

◆ format

ps_color_format _psx_image::format

image format

Definition at line 65 of file picasso_image.h.

◆ frames

psx_image_frame* _psx_image::frames

image data frames

Definition at line 67 of file picasso_image.h.

◆ height

int _psx_image::height

image height

Definition at line 61 of file picasso_image.h.

◆ num_frames

size_t _psx_image::num_frames

number of frame

Definition at line 69 of file picasso_image.h.

◆ pitch

int _psx_image::pitch

bytes of a scanline

Definition at line 63 of file picasso_image.h.

◆ width

int _psx_image::width

image width

Definition at line 59 of file picasso_image.h.


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