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 |
Functions
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 |
|
Return |
|