spandsp  1.99.0
t4_rx_tiff_state_t Struct Reference

#include <t4_rx.h>

Public Attributes

const char * file
 The current file name.
 
TIFF * tiff_file
 The libtiff context for the current TIFF file.
 
int image_type
 
int compression
 The compression type for output to the TIFF file.
 
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.
 
time_t page_start_time
 The time at which handling of the current page began.
 
uint8_t * image_buffer
 A point 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.
 

Detailed Description

TIFF specific state information to go with T.4 compression or decompression handling.

Member Data Documentation

◆ image_type

int t4_rx_tiff_state_t::image_type

Image type - bilevel, gray, colour


The documentation for this struct was generated from the following file: