[Typo3-linux] Problems with ImageMagick 5.5.7

Michael Stucki michael at typo3.org
Tue Sep 20 09:55:12 CEST 2005


Hi Franz,

have a look at your change:

> EXPECTED_IM=$(which composite)
> IM_STRING=$(${EXPECTED_IM} version |head -n1 | awk '{print $2}')
> if [ ${IM_STRING} = "ImageMagick" ]; then
>     IM_BIN=${EXPECTED_IM}
> else
>     IM_BIN="/usr/bin/composite"
              ^^^^^^^^^^^^^^^^^^ This is a program.
> fi
> IM_BIN="/usr/local/imagemagick6"
          ^^^^^^^^^^^^^^^^^^^^^^^ This is a directory!

You should set IM_BIN to ..../imagemagick6/composite
If that works you could even remove the parts from above. These executions
are not needed if the path is hardcoded...

Regards, michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-linux mailing list