GFL::Image 0.14a review

Download
by rbytes.net on

GFL::Image is an OO interface to P-e Gougelet's Graphic File Library. SYNOPSIS use GFL::Image; my $im = GFL::Image-> new; $

License: GPL (GNU General Public License)
File size: 125K
Developer: Germain Garand
0 stars award from rbytes.net

GFL::Image is an OO interface to P-e Gougelet's Graphic File Library.

SYNOPSIS

use GFL::Image;

my $im = GFL::Image-> new;

$im -> load("test.png");
$im -> set( output => "jpeg",
undolevel => 5
);
$im -> resize (320, 200);
$im -> filter( maximum => 3,
mediancross => 7
);
$im -> undo;
$im -> save("test.jpg");

undef ($im);

This module provides an Object Oriented interface to Pierre-E. Gougelet's Graphic File Library.

GFL provides a comprehensive set of image processing tools and can access more than 300 image formats.

GFL is free for non-commercial use, you can grab the latest version at http://www.xnview.org. People wanting to use it in a commercial application must ask authorization to the author.

Requirements:
Perl

GFL::Image 0.14a search tags