问题
I am very new in TYPO3 world (I came from Joomla and WordPress)
I noticed that after inserting an image in a page, if I resize it, after that I save the page, the image come back to its original size.
Reading on Internet seems to me that this thing may depend by ImageMagick configuration.
So if I go into my administration panel and Install ---> Basic Configuration in the Check ImageMagick field say to me:
No ImageMagick installation available
It seems that there is no adequate ImageMagick installation available at the checked locations (, /bin, /opt/local/bin/, /usr/X11R6/bin/, /usr/bin, /usr/bin/, /usr/local/bin, /usr/local/bin/)
An 'adequate' installation for requires 'convert', 'combine'/'composite' and 'identify' to be available
is this the problem? What can I do to solve it?
Tnx
Andrea
回答1:
You need to... install the ImageMagick on your computer and after that configure it in All configuration
section of Install Tool - at least these params:
im_path
it's the folder where ie.convert
exists, in unix terminal you can determine that with commandwhich convert
im_version_5
most probably it will beim6
Also ask your host where you are gonna to deploy your production version what is the IM path, if they doesn't support IM, change the host!
回答2:
Another solution and for me the better solution is to use GraphicsMagick, you can install a precompiled version vie FTP and don't need to change host.. plus better image quality, faster.. http://www.graphicsmagick.org/
来源:https://stackoverflow.com/questions/17682840/no-imagemagick-installation-available-in-typo3-i-cant-resize-the-images