NAME
Prima::Image::Magick - Juggle images between Prima and Image::Magick.
SYNOPSIS
use Prima::Image::Magick qw(:all);
use Prima qw(Application MsgBox);
use Image::Magick;
DESCRIPTION
Juggle images between Prima and Image::Magick. Defines two simple converters, prima_to_magick
and magick_to_prima
, that can be exported either individually or with the :all
tag.
SEE ALSO
AUTHOR
Dmitry Karasik, <dmitry@karasik.eu.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Dmitry Karasik
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.