#include <tiff.hh>
INCLUDE: tiff.hh
MODULE: conversion
PURPOSE: Provides interface to convert data between TIFF and internal format. The convertFrom() and convertTo() methods accept a null-terminated option string of the following syntax: optionString ::= ( option )* option ::= "comptype=" string "quality=" int "bpp=" int "bps=" int "depth=" int
CLASSES: r_Conv_TIFF
COMMENTS:
r_Conv_TIFF::r_Conv_TIFF |
( |
const char * |
src, |
|
|
const r_Minterval & |
interv, |
|
|
const r_Type * |
tp |
|
) |
| |
throw | ( | r_Error |
| ) | | |
constructor using an r_Type object
r_Conv_TIFF::r_Conv_TIFF |
( |
const char * |
src, |
|
|
const r_Minterval & |
interv, |
|
|
int |
type |
|
) |
| |
throw | ( | r_Error |
| ) | | |
constructor using convert_type_e shortcut
r_Conv_TIFF::~r_Conv_TIFF |
( |
void |
| ) |
|
virtual r_Convertor* r_Conv_TIFF::clone |
( |
void |
| ) |
const |
|
virtual |
virtual r_convDesc& r_Conv_TIFF::convertFrom |
( |
const char * |
options = NULL | ) |
|
throw | ( | r_Error |
| ) | | |
|
virtual |
virtual r_convDesc& r_Conv_TIFF::convertTo |
( |
const char * |
options = NULL | ) |
|
throw | ( | r_Error |
| ) | | |
|
virtual |
static int r_Conv_TIFF::get_compression_from_name |
( |
const char * |
strComp | ) |
|
|
static |
translate string compression type to libtiff compression type
virtual r_Data_Format r_Conv_TIFF::get_data_format |
( |
void |
| ) |
const |
|
virtual |
virtual const char* r_Conv_TIFF::get_name |
( |
void |
| ) |
const |
|
virtual |
static int r_Conv_TIFF::get_resunit_from_name |
( |
const char * |
strComp | ) |
|
|
static |
translate string resolution unit type to libtiff resolution unit type
The documentation for this class was generated from the following file: