GraphicMagick
Use GraphicsMagick for the image conversion process in the following Batch Class plugins along with ImageMagick:
-
Import Multipage file plugin
-
Create Display Image plugin
-
Create Thumbnails plugin
-
Create OCR Input plugin
-
Create MultiPage Files plugin
Batch class plugin changes
When GraphicMagick is used, the following new properties are added.
Configurable property | Type of value | Value options | Description |
---|---|---|---|
Image Conversion Process | List of values |
|
Multipage .tiff image conversion process. Default value is IMAGE_MAGICK. |
GM Convert Output Image Parameters | String | N/A | Output parameters for GraphicsMagick image conversion process that should be used for multipage .tiff to multiple single-page .tiff conversion. |
GM Convert Input Image Parameters | String | N/A | Input parameters for GraphicsMagick image conversion process that should be used for multipage .tiff to multiple single-page .tiff conversion. |
The following plugins have additional changes:
-
Create Display Image, Create Thumbnails, and Create OCR Input plugins: The image_conversion_using_graphicsMagick property is added to the imagemagick.properties file in <Transact_Installation_Directory>\Application\WEB-INF\classes\META-INF\dcma-imagemagick folder governing whether GraphicsMagick is used as Image conversion process or not. The property can take the value of either ON or OFF.
By default, the value of the property is set to ON stating that GraphicsMagick is used for the image conversion process. If the value is set to OFF, ImageMagick is used for the image conversion process.
-
Create MultiPage Files plugin: GraphicsMagick was added as an option in the Multipage File Export Process field.
Supported parameters
The following parameters are supported by GraphicsMagick.
Parameters |
Support |
Alternative |
---|---|---|
-compress lzw |
Yes |
|
-compress Group4 |
Yes |
|
-colorspace gray |
Yes |
|
-colorspace rgb |
Yes |
|
-alpha off |
No |
+matte |
-thumbnail |
Yes |
|
-resize |
Yes |
|
-limit area 100mb |
No |
-limit memory 100mb |