1Q16(3)                User Contributed Perl Documentation               Q16(3)
2
3
4

NAME

6       Image::Magick::Q16 - objected-oriented Perl interface to ImageMagick
7       (Q16). Use it to create, edit, compose, or convert bitmap images from
8       within a Perl script.
9

SYNOPSIS

11         use Image::Magick::Q16;
12         $p = new Image::Magick::Q16;
13         $p->Read("imagefile");
14         $p->Set(attribute => value, ...)
15         ($a, ...) = $p->Get("attribute", ...)
16         $p->routine(parameter => value, ...)
17         $p->Mogrify("Routine", parameter => value, ...)
18         $p->Write("filename");
19

DESCRIPTION

21       This Perl extension allows the reading, manipulation and writing of a
22       large number of image file formats using the ImageMagick library.  It
23       was originally developed to be used by CGI scripts for Web pages.
24
25       A web page has been set up for this extension. See:
26
27                https://imagemagick.org/script/perl-magick.php
28
29       If you have problems, go to
30
31          https://github.com/ImageMagick/ImageMagick6/discussions/categories/development
32

AUTHOR

34       Kyle Shorter   magick-users@imagemagick.org
35

BUGS

37       Has all the bugs of ImageMagick and much, much more!
38

SEE ALSO

40       perl(1).
41
42
43
44perl v5.34.1                      2022-06-16                            Q16(3)
Impressum