Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
Go to the source code of this file.
Macros | |
#define | NO_DECLARE_MALLOC /* tiffcompat.h declares it. */ |
#define | getpixel |
Functions | |
void | error () |
void | get_scanlines () |
void | main (int argc, argv) |
void | error (char *s) const |
Variables | |
static rle_hdr | the_hdr |
TIFF * | tif |
unsigned char * | tiffbuf |
static rle_pixel ** | scan_red |
static rle_pixel ** | scan_green |
static rle_pixel ** | scan_blue |
int | flip = 0 |
unsigned short | samplesperpixel = 1 |
unsigned short | bitspersample = 8 |
unsigned char | bitconvert [16] |
unsigned char | bc4 [16] |
unsigned char | bc2 [4] = { 0, 0x55, 0xaa, 0xff } |
unsigned char | bc1 [2] = { 0, 0xff } |
#define getpixel |
#define NO_DECLARE_MALLOC /* tiffcompat.h declares it. */ |
Definition at line 10 of file tifftorle.c.
void error | ( | ) |
void error | ( | char * | s | ) | const |
Definition at line 298 of file tifftorle.c.
void get_scanlines | ( | ) |
Definition at line 222 of file tifftorle.c.
References bitspersample, flip, rle_hdr::ncolors, samplesperpixel, scan_blue, scan_green, scan_red, the_hdr, tif, tiffbuf, rle_hdr::xmax, and rle_hdr::ymax.
void main | ( | int | argc, |
argv | |||
) |
Definition at line 51 of file tifftorle.c.
unsigned char bc1[2] = { 0, 0xff } |
Definition at line 48 of file tifftorle.c.
unsigned char bc2[4] = { 0, 0x55, 0xaa, 0xff } |
Definition at line 47 of file tifftorle.c.
unsigned char bc4[16] |
Definition at line 45 of file tifftorle.c.
unsigned char bitconvert[16] |
Definition at line 44 of file tifftorle.c.
unsigned short bitspersample = 8 |
Definition at line 43 of file tifftorle.c.
Referenced by get_scanlines().
int flip = 0 |
Definition at line 41 of file tifftorle.c.
Referenced by get_scanlines().
unsigned short samplesperpixel = 1 |
Definition at line 42 of file tifftorle.c.
Referenced by get_scanlines().
|
static |
Definition at line 39 of file tifftorle.c.
Referenced by get_scanlines().
|
static |
Definition at line 38 of file tifftorle.c.
Referenced by get_scanlines().
|
static |
Definition at line 37 of file tifftorle.c.
Referenced by get_scanlines().
|
static |
Definition at line 32 of file tifftorle.c.
Referenced by get_scanlines().
TIFF* tif |
Definition at line 33 of file tifftorle.c.
Referenced by get_scanlines().
unsigned char* tiffbuf |
Definition at line 34 of file tifftorle.c.
Referenced by get_scanlines().