#include <HIOUtilityTiff.h>
Public Member Functions | |
HFileOutputResult | FileOutputFromImageKey (const __wchar_t *filename, HC_KEY image_key, HOutputHandlerOptions *options) |
HFileOutputResult | FileOutputFromImageKey (const unsigned short *filename, HC_KEY image_key, HOutputHandlerOptions *options) |
HFileOutputResult | FileOutputFromImageKey (const char *filename, HC_KEY image_key, HOutputHandlerOptions *options) |
const char * | GetOutputName () |
HOutputHandlerStyle | GetOutputStyle () |
const char * | GetOutputTypesString () |
HIOUtilityTiff () | |
void | RegisterOutputHandlerTypes () |
The HIOUtilityTiff allows you to export TIFF images. This class is currently unsupported with the LeadTools Raster Pro Toolkit being the recommended way of importing or exporting raster data.
|
inline |
Constructs an HIOUtilityTiff object.
References HOutputOpFileOutputFromImageKey.
HFileOutputResult HIOUtilityTiff::FileOutputFromImageKey | ( | const __wchar_t * | filename, |
HC_KEY | image_key, | ||
HOutputHandlerOptions * | options | ||
) |
This method exports the raster data defined in the HOOPS Image from the given image_key to a TIFF file.
FileName | A character pointer denoting the name of the image file to read from. |
image_key | The pointer to a HOOPS key that will be filled in with a HOOPS image key. |
segment_key | The HOOPS segment key to create the image_key in i.e. the working segment. |
options | This parameter is currently not being used. |
|
inline |
|
inline |
References HOutputHandlerStyleImage.
|
inline |
|
inline |
This method registers the "tiff" and "tif" extensions to this handler as an output handler.
References HIORegisterOutputType.