ImageMagick
ImageMagick is used by various plugins to interact with images.
The installation of ImageMagick is not always necassary but if you are working with Images or Comics it is recommended as it improves performance and some operations are only available if using ImageMagick.
Installation
Docker
ImageMagick is available as a DockerMod
Windows
Download the latest release from ImageMagick and insatll it.
Make sure you check Install legacy utitlities (e.g. convert)
Variables
ImageMagick uses two main applications convert
and identify
.
If these are in the machines path variables and can be executed by running them anywhere, variables are not necassary.
However if they are not, then you need to add the Variables
and the Node Mappings.
Name | Value |
---|---|
convert | C:\Utils\ImageMagick\convert.exe |
identify | C:\Utils\ImageMagick\identify.exe |
You can change C:\Utils\ImageMagick
to whereever you extracted Poppler to.