logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Image::Magick - call GraphicsMagick routines with ImageMagick interface

Author

       Daniel Kobras <kobras@debian.org>

Description

       This Perl wrapper provides GraphicsMagick bindings in the namespace traditionally used by ImageMagick's
       PerlMagick extension. It is used to turn GraphicsMagick into a drop-in replacement for ImageMagick in
       Perl scripts. It is recommended that scripts are ported to use GraphicsMagick natively instead of using
       this compatibility wrapper.

       GraphicsMagick was forked from ImageMagick version 5.5.2, and has since been developed with an emphasis
       on interface stability. Therefore, Perl scripts supporting ImageMagick version 5.5.2 can usually be
       ported to GraphicsMagick with little effort.

Name

       Image::Magick - call GraphicsMagick routines with ImageMagick interface

See Also

Graphics::Magick(3pm), perl(1).

perl v5.40.1                                       2025-05-20                                  debian::Magick(3)

Synopsis

       use Image::Magick

See Also