Go to the source code of this file.
|
| typedef inT8(* | IMAGE_OPENER )(int, inT32 *, inT32 *, inT8 *, inT8 *, inT32 *) |
| |
| typedef inT8(* | IMAGE_READER )(int, uinT8 *, inT32, inT32, inT8, inT32) |
| |
| typedef inT8(* | IMAGE_WRITER )(int, uinT8 *, inT32, inT32, inT8, inT8, inT32) |
| |
| typedef uinT8 * | COLOUR_PIX |
| |
| #define COMPUTE_IMAGE_XDIM |
( |
|
xsize, |
|
|
|
bpp |
|
) |
| ((bpp)>8 ? ((xsize)*(bpp)+7)/8 :((xsize)+8/(bpp)-1)/(8/(bpp))) |
Definition at line 33 of file img.h.
| #define MAXIMAGEHEIGHT (900*14) |
14inch * 400dpi
Definition at line 31 of file img.h.
| #define MAXIMAGEWIDTH (900*14) |
14inch * 400dpi
Definition at line 28 of file img.h.
array of colours
Definition at line 40 of file img.h.
Definition at line 35 of file img.h.
Definition at line 36 of file img.h.
Definition at line 37 of file img.h.
| Enumerator |
|---|
| RED_PIX |
|
| GREEN_PIX |
|
| BLUE_PIX |
|
Definition at line 41 of file img.h.
Definition at line 48 of file img.h.