Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Image::Magick::Q16

Name Image::Magick::Q16
Version 6.9.11
Located at /usr/lib/x86_64-linux-gnu/perl5/5.34
File /usr/lib/x86_64-linux-gnu/perl5/5.34/Image/Magick/Q16.pm
Is Core No
Search CPAN for this module Image::Magick::Q16
Documentation Image::Magick::Q16
Module Details Image::Magick::Q16

NAME

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


SYNOPSIS

  use Image::Magick::Q16;
  $p = new Image::Magick::Q16;
  $p->Read("imagefile");
  $p->Set(attribute => value, ...)
  ($a, ...) = $p->Get("attribute", ...)
  $p->routine(parameter => value, ...)
  $p->Mogrify("Routine", parameter => value, ...)
  $p->Write("filename");


DESCRIPTION

This Perl extension allows the reading, manipulation and writing of a large number of image file formats using the ImageMagick library. It was originally developed to be used by CGI scripts for Web pages.

A web page has been set up for this extension. See:

         https://imagemagick.org/script/perl-magick.php

If you have problems, go to

   https://github.com/ImageMagick/ImageMagick6/discussions/categories/development


AUTHOR

Kyle Shorter magick-users@imagemagick.org


BUGS

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


SEE ALSO

perl(1).

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026