#include <t4_tx.h>
Public Attributes | |
| const char * | file |
| The current file name. | |
| TIFF * | tiff_file |
| The libtiff context for the current TIFF file. | |
| uint16_t | compression |
| The compression type used in the TIFF file. | |
| int | image_type |
| Image type - bi-level, gray, colour, etc. | |
| uint16_t | photo_metric |
| The TIFF photometric setting for the current page. | |
| uint16_t | fill_order |
| The TIFF fill order setting for the current page. | |
| int | pages_in_file |
| The number of pages in the current image file. | |
| uint8_t * | image_buffer |
| A pointer to the image buffer. | |
| int | image_size |
| The size of the image in the image buffer, in bytes. | |
| int | image_buffer_size |
| The current size of the image buffer. | |
| int | row |
| Row counter for playing out the rows of the image. | |
| int | image_length |
| Image length of the image in the file. This is used when the image is resized or dithered flat. | |
| int | raw_row |
| Row counter used when the image is resized or dithered flat. | |
TIFF specific state information to go with T.4 compression or decompression handling.
1.6.1