A fork of ImageMagck – GraphicsMagick
GraphicsMagick is a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including popular formats. It allows API for C, C++, Perl, Borland’s Delphi, Java, PHP, Python, Scheme, Tcl, and Ruby. The main advantage of new tool for work with images is independence application which uses GraphicsMagick from modifications of core of GraphicsMagick.
To use GraphicsMagick in Perl you need to use Perl module Graphics::Magick which will be installed together with GraphicsMagick:
use Graphics::Magick;
$image=Graphics::Magick->new;
$image=Graphics::Magick->new(size=>'384x256');
For more details please visit GraphicsMagick home page.
Categories: Digital Life




