Possible that Neos uses ImageMagick convert program instead of PECL-Extension imagick?

Hallo,

my current webhoster 1&1 does not provide the ImageMagick PECL-Extension.
Instead they provide the ImageMagick convert program.
Neos seems not able to detect the convert program. ( http://www.imagemagick.org/script/convert.php )

The usage description for the convert program mentions, that TYPO3 is able to use the convert program:
https://translate.google.com/translate?hl=de&sl=de&tl=en&u=http%3A%2F%2Fhilfe-center.1und1.de%2Fhosting%2Fskript--und-programmiersprachen-c10082634%2Fphp-c10082686%2Fbedienung-c10082739%2Fimagemagick-nutzen-a10791778.html%3Fhc%3DControl-Panel

Is it possible to use the convert program with neos? How?

Best regards,

Thomas

Hi T.B.,

Neos uses the Imagine library to do image manipulation (https://github.com/avalanche123/Imagine), so we can only support extensions / tools that are supported by that library so far.

Greetings,

Christopher