Lines Matching +full:- +full:- +full:without +full:- +full:perl
3 # Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 …- objected-oriented Perl interface to ImageMagick for default quantum (@MAGICK_ABI_SUFFIX@). Use i…
35 $p->Read("imagefile");
36 $p->Set(attribute => value, ...)
37 ($a, ...) = $p->Get("attribute", ...)
38 $p->routine(parameter => value, ...)
39 $p->Mogrify("Routine", parameter => value, ...)
40 $p->Write("filename");
44 This Perl extension allows the reading, manipulation and writing of
50 file://@DOCUMENTATION_PATH@/www/perl-magick.html
51 https://imagemagick.org/script/perl-magick.php
55 https://imagemagick.org/discourse-server/viewforum.php?f=7
59 Kyle Shorter magick-users@imagemagick.org
67 perl(1).