Go to the source code of this file.
Classes |
class | IMAGE |
class | IMAGELINE |
Defines |
#define | MAXIMAGEWIDTH (900*14) |
#define | MAXIMAGEHEIGHT (900*14) |
#define | COMPUTE_IMAGE_XDIM(xsize, bpp) ((bpp)>8 ? ((xsize)*(bpp)+7)/8 :((xsize)+8/(bpp)-1)/(8/(bpp))) |
Typedefs |
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 |
Enumerations |
enum | COLOUR_PIX_NAME { RED_PIX,
GREEN_PIX,
BLUE_PIX
} |
Variables |
class DLLSYM | IMAGELINE |
Define Documentation
#define COMPUTE_IMAGE_XDIM |
( |
|
xsize, |
|
|
|
bpp |
|
) |
| ((bpp)>8 ? ((xsize)*(bpp)+7)/8 :((xsize)+8/(bpp)-1)/(8/(bpp))) |
#define MAXIMAGEHEIGHT (900*14) |
#define MAXIMAGEWIDTH (900*14) |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
RED_PIX |
|
GREEN_PIX |
|
BLUE_PIX |
|
Variable Documentation