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.
30 # names by default without a very good reason. Use EXPORT_OK instead.
82 $self->set(@_) if @_;
92 $self->set(@_) if @_;
105 …@ - objected-oriented Perl interface to ImageMagick (@MAGICK_ABI_SUFFIX@). Use it to create, edit,…
111 $p->Read("imagefile");
112 $p->Set(attribute => value, ...)
113 ($a, ...) = $p->Get("attribute", ...)
114 $p->routine(parameter => value, ...)
115 $p->Mogrify("Routine", parameter => value, ...)
116 $p->Write("filename");
120 This Perl extension allows the reading, manipulation and writing of
126 file://@DOCUMENTATION_PATH@/www/perl-magick.html
127 https://imagemagick.org/script/perl-magick.php
131 https://imagemagick.org/discourse-server/viewforum.php?f=7
135 Kyle Shorter magick-users@imagemagick.org
143 perl(1).