User Tools

Site Tools


Action disabled: index
software:imagemagick:start

ImageMagick

Installation and Usage

A portable version is available at https://imagemagick.org/script/download.php. The application must be made executable, then the following command has to be used:

path/to/magick <input_image> <command> <output_image>

Note: if the version already installed is prior to v.7 use the syntax:

convert <input_image> <command> <output_image>

Policy Issue

If the following error is return when try to use the convert command:

convert-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/421.

comment the following line in /etc/ImageMagick-6/policy.xml:

<policy domain="coder" rights="none" pattern="PDF" />
software/imagemagick/start.txt · Last modified: 2023/05/28 16:37 by 127.0.0.1