ITK Function Reference

(V10000.1.0.60_20160308.00)
Functions
imagecompression.h File Reference
#include <string>
#include <unidefs.h>
#include <imagecompression/libimagecompression_exports.h>
#include <imagecompression/libimagecompression_undef.h>

Go to the source code of this file.

Functions

IMAGECOMPRESSION_API int IMAGECOMPRESSION_invoke_translation_on_dataset (tag_t dataset)
 

Function Documentation

IMAGECOMPRESSION_API int IMAGECOMPRESSION_invoke_translation_on_dataset ( tag_t  dataset)

Invokes the translation on the input Dataset into derived lower resolution Datasets based on the the values specified in the preference "TC__image_compression_types".
The translated lower resolution datasets will be related to the supplied dataset with "Fnd0DerivedImangeRel" relation.

The input Dataset must contain the NamedReference listed in the preference "TC__thumbnail_dataset_type_order", must be a secondary object of any relation and the primary object of that relation is included in the "Fnd0ImageTranslationSupportedPrimaryTypes" global constant.

Returns
Parameters
dataset(I) The source dataset on which translation should be invoked.