Actions
Bug #22677
closedIncorrect Imagemagick detection
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-05-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have a fresh Version of Typo3 4.3.3 and a new version of Imagemagick 6.6.0.
The problem is, that the
Imagemagick:
imagick module version: 2.3.0
ImageMagick version ImageMagick 6.6.0-4 2010-03-17 Q16 http://www.imagemagick.org
Typo3 Install Tool:
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im6'
Error Message in Module "Image processing":
- Warning: Mismatch between the version of ImageMagick () and the configuration of [GFX][im_version_5] (im6)
- Combining of Images is not possible ether with "convert" nor "composite".
(issue imported from #M14422)
Files
Updated by Chris topher over 14 years ago
This error occurs, when the files composite... are not found.
Make sure that your Image Magick installation is found correctly under "Basic Configuration" -> "Check Image Magick".
Actions