Home
last modified time | relevance | path

Searched defs:Rawimage (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/jpg/
H A Dimagefile.h1 typedef struct Rawimage Rawimage; typedef
3 struct Rawimage struct
5 Rectangle r;
6 uchar *cmap;
7 int cmaplen;
8 int nchans;
9 uchar *chans[4];
10 int chandesc;
11 int chanlen;
13 int fields; /* defined by format */
[all …]