Using PerlMagick without installing ImageMagick

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
socke2001

Using PerlMagick without installing ImageMagick

Post by socke2001 »

Hi,

currently I am using PerlMagick with a framework for test automation. PerlMagick will be used to do the screenshots. When installing the my framework on a customers system ImageMagick has to be installed as weel. To avoid that I would like to deliver only the needed files/dlls.
Did some one knows which files needs be on the target system?
Many thanks.

socke2001
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Using PerlMagick without installing ImageMagick

Post by anthony »

Pewrl magick needs MagickMagick core libraries. But that needs various configuration files, and codecs for image formats.

Exactly what you need included, depends very much on exactly what operations and image formats you will be relying on.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply