The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::ImageMagick - cpanm compatible Image::Magick packaging.

VERSION

Version 0.01

PREREQS

Your perl MUST be configured with -D useshrplib for this to install.

If you use perlbrew, you might have to recompile with -D useshrplib

See http://www.imagemagick.org/discourse-server/viewtopic.php?f=7&t=25526 to see why.

DESCRIPTION

This package's purpose is to make the installation of the official Image Magick library and Perl interface compatible with cpanm ( https://metacpan.org/pod/distribution/App-cpanminus/bin/cpanm ) and perlbrew ( https://metacpan.org/pod/distribution/App-perlbrew/bin/perlbrew ).

Installing it will download and install the freshest image magick library and Perl interface from the official Image magick website ( See http://www.imagemagick.org/script/install-source.php ) in a way that is compatible with perlbrew and/or cpanm.

If you use cpanm or perlbrew, this will not conflict with your system's Image Magick installation.

SYNOPSIS

To use this package and use Image::Magick from your application code:

Instead of depending on 'Image::Magick', just depend on 'Alien::ImageMagick'.

Then see http://www.imagemagick.org/script/perl-magick.php#overview for more on using image magic with perl.

With System Perl

If you need to use Image::Magick and use system perl and system PerlMagick, you only need this package if you want the freshest version of Image Magick.

With cpanm

If you need to use Image::Magick and use cpanm, you only need this package if you want the freshest version of Image Magick. Otherwise you can install your system's one.

With perlbrew + cpanm

If you need to use Image::Magick and use perlbrew w/ cpanm, you will need this package.

AUTHOR

Jerome Eteve, <jerome.eteve at gmail.com>

BUGS

Please report any bugs or feature requests to bug-alien-imagemagick at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Alien-ImageMagick. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Alien::ImageMagick

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2014 Jerome Eteve.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.