|
| int | mirltw_initialize (void) |
| | Initialization of the MIRLTW library.
|
| |
| void | mirltw_terminate (void) |
| | Termination of the MIRLTW library.
|
| |
|
mirkl_error_t * | WTIFFOpen (const char *name, const char *mode, TIFF **tif) |
| | Open a TIFF file for read/writing.
|
| |
|
mirkl_error_t * | WTIFFClose (TIFF *tif) |
| | Close TIFF file.
|
| |
|
mirkl_error_t * | WTIFFScanlineSize (TIFF *tif, tmsize_t *ret) |
| |
|
mirkl_error_t * | WTIFFStripSize (TIFF *tif, tmsize_t *ret) |
| |
|
mirkl_error_t * | WTIFFComputeStrip (TIFF *tif, uint32_t row, uint16_t sample, uint32_t *ret) |
| |
|
mirkl_error_t * | WTIFFReadEncodedStrip (TIFF *tif, uint32_t strip, void *buf, tmsize_t size, tmsize_t *ret) |
| |
|
mirkl_error_t * | WTIFFDefaultStripSize (TIFF *tif, uint32_t request, uint32_t *ret) |
| |
|
mirkl_error_t * | WTIFFWriteScanline (TIFF *tif, void *buf, uint32_t row, uint16_t sample) |
| |
|
mirkl_error_t * | WTIFFGetField (TIFF *tif, uint32_t tag,...) |
| |
|
mirkl_error_t * | WTIFFGetFieldDefaulted (TIFF *tif, uint32_t tag,...) |
| |
|
mirkl_error_t * | WTIFFSetField (TIFF *tif, uint32_t tag,...) |
| |
|
int | WTIFFIsTiled (TIFF *tif) |
| |
|
int | WTIFFDataWidth (TIFFDataType dtype) |
| |
|
const char * | WTIFFGetVersion (void) |
| |