Page 1 of 1

Using PerlMagick without installing ImageMagick

Posted: 2010-12-03T01:47:52-07:00
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

Re: Using PerlMagick without installing ImageMagick

Posted: 2010-12-10T17:40:52-07:00
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.