Alien-ImageMagick
view release on metacpan or search on metacpan
lib/Alien/ImageMagick.pm view on Meta::CPAN
need this package if you want the freshest version of Image Magick.
Install Alien::ImageMagick with your favorite package manager.
=item 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.
cpanm Alien::ImageMagick
=item With perlbrew + cpanm
If you need to use Image::Magick and use perlbrew w/ cpanm, you will need this
package.
cpanm Alien::ImageMagick
=back
To install a specific version of ImageMagick run C<Build.PL> with the C<PERL_ALIEN_IMAGEMAGICK_VERSION> environment variable:
PERL_ALIEN_IMAGEMAGICK_VERSION=7.1.1-29 perl Build.PL
=head1 SYNOPSIS
use Image::Magick
...
=head1 AUTHOR
Jerome Eteve, C<< <jerome.eteve at gmail.com> >>
=head1 ACKNOWLEDGEMENTS
This is inspired by David Farrell's post on perltricks.com L<http://perltricks.com/article/57/2014/1/1/Shazam-Use-Image-Magick-with-Perlbrew-in-minutes>
=head1 BUGS
Please report any bugs or feature requests to C<bug-alien-imagemagick at rt.cpan.org>, or through
the web interface at L<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.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Alien::ImageMagick
You can also look for information at:
=over 4
=item * GitHub issues (report bugs here)
L<https://github.com/jeteve/Alien-ImageMagick/issues/>
=item * AnnoCPAN: Annotated CPAN documentation
L<http://annocpan.org/dist/Alien-ImageMagick>
=item * CPAN Ratings
L<http://cpanratings.perl.org/d/Alien-ImageMagick>
=item * Search CPAN
L<http://search.cpan.org/dist/Alien-ImageMagick/>
=back
=head1 LICENSE AND COPYRIGHT
Copyright 2014-2024 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.
=cut
1; # End of Alien::ImageMagick
( run in 1.925 second using v1.01-cache-2.11-cpan-df04353d9ac )