ePages 6.11.0 - DE_EPAGES/Core/API/Transformation.pm

Package DE_EPAGES::Core::API::Transformation

This module provides image manipulation functionality. See PerlMagick documentation for possible functions: http://www.imagemagick.org/script/perl-magick.php

Example
use DE_EPAGES::Core::API::Transformation qw( Process );
@EXPORT_OK
Transform

Functions

Transform

Transform

Using the list of transformation types given with the transformation hash (which is read from a transform.xml file), the responsible perl module for each transformation is loaded. The transformation process is then called using the Prepare(), Transform() and Finalize() methods supplied by the loaded perl module.

Syntax
$hResult = Transform($hTransformation, $hVars, $aChangedObjects);
Input
$hTransformation (hash.mixed)
hash of transformation
$hVars (hash.mixed)
hash of vars like paths etc.
$aChangedObjects (array)
list of objects, that have changed and trigger the
needed transformations (optional)
Return
$hResult (?)
?