IFImage

Image returned from the read functions. Data is in buf8 or buf16.

Members

Functions

free
void free()

Frees the image data.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

bpc
ubyte bpc;

bits per channel, 8 or 16

c
ubyte c;

channels in buf, 1 = y, 2 = ya, 3 = rgb, 4 = rgba

cinfile
ubyte cinfile;

channels found in file

e
ubyte e;

error code or zero

h
int h;

height

w
int w;

width

Meta