Perl SDK Module: ZoomImageProc

Name

ZoomImageProc – Helper methods for processing images

Dependencies

Ensure the Perl SDK is setup.

Synopsis

use ZoomImageProc;
ZoomImageProc::resize($inFile,$outFile,$resizeValue); 

Methods

resize

Usage: ZoomImageProc::resize($inFile,$outFile,$resizeValue)

Resize the input file based on resize parameters specified. Returns 1 on success and 0 on failure

 my $status = ZoomImageProc::resize($inFile,$outFile,$resizeValue);
Converter Configuration – Below fields should be set in config.ini
[ENVIRONMENT]
convertPath = Absolute path of converter
[IMAGE-MAGICK]
Convert Resize Args = Arguments to converter

Leave a Comment