Install ImageMagick - Install ImageMagick - Alfresco - Alfresco Transform Service - Alfresco/Alfresco-Transform-Service/1.3/Alfresco-Transform-Service/Alfresco-Transform-Service/Install-Transform-Service/Prerequisites/Non-containerized-deployment/Install-ImageMagick - 1.3

Alfresco Transform Service

Platform
Alfresco
Product
Alfresco Transform Service
Release
1.3
ft:lastPublication
2026-05-06T19:54:28.484208
ft:locale
en-US
ArchiveStatus
Archived

To enable image manipulation in Transform Services, you must install and configure ImageMagick. Transform Services uses ImageMagick to manipulate images for previewing.

  1. Check if ImageMagick is already installed on your system. Use the ImageMagick convert command to check that you have the right software installed on your machine. This command is usually located in /usr/bin: install Image.
  2. If the ImageMagick software isn't available on your system, download and install the appropriate package for your platform. To download ImageMagick, browse to ImageMagick download website. !!! Note In next steps, you'll make changes to the Content Services configuration files to enable the manually installed ImageMagick application. These steps can only be performed after Content Services has been installed.

The following table lists example of how to set the paths to different things when starting Transform Core AIO later on:

Property Description
img.root Windows: img.root=C:\\ImageMagick
Linux: img.root=/ImageMagick

Note: Don't include a slash (/) at the end of the path, i.e. /ImageMagick/.
img.dyn Windows: img.dyn=${img.root}\\lib
Linux: img.dyn=${img.root}/lib
img.exe Windows: img.exe=${img.root}\\convert.exe
Linux: img.exe=${img.root}/bin/convert
img.coders Windows: img.coders=${img.root}\\modules\\coders
Linux: img.coders=${img.root}/modules/coders
img.config Windows: img.config=${img.root}\\config
Linux: img.config=${img.root}/config
img.url Windows: img.url=${img.root}\\url
Linux: img.url=${img.root}/url

Note

Test that you're able to convert a PDF using the command: convert filename.pdf[0] filename.png