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.
31 # names by default without a very good reason. Use EXPORT_OK instead.
83 $self->set(@_) if @_;
93 $self->set(@_) if @_;
106 …e::Magick - objected-oriented Perl interface to ImageMagick. Use it to read, manipulate, or write …
112 $p->Read("imagefile");
113 $p->Set(attribute => value, ...)
114 ($a, ...) = $p->Get("attribute", ...)
115 $p->routine(parameter => value, ...)
116 $p->Mogrify("Routine", parameter => value, ...)
117 $p->Write("filename");
121 This Perl extension allows the reading, manipulation and writing of
127 file:///usr/local/share/doc/ImageMagick-7.0.0/www/perl-magick.html
128 https://imagemagick.org/script/perl-magick.php
132 https://imagemagick.org/discourse-server/viewforum.php?f=7
136 Kyle Shorter magick-users@imagemagick.org
144 perl(1).