stephanl
26th July 2009, 13:14
Hi,
I have one problem by using ImageMagick with Imagick, if I try to call
Imagick::roundCorners()
the following error occures:
Fatal error: Call to undefined method Imagick::roundCorners() in
I found out that IM in version >=6.2.9 is required.
But there is no package avaluable with a higher version than I use for Debian Etch. So I decided to install IM in a higher version by myself and have done this:
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar xfvz ImageMagick.tar.gz
cd ImageMagick-6.5.4-5
./configure --prefix=/usr/local/ImageMagick-6.5.4-5 --with-quantum-depth=8 --with-gs-font-dir=/usr/share/fonts --with-windows-font-dir=/usr/share/fonts/windows --with-imagick
make
make install
Now everything is installed in
/usr/local/ImageMagick-6.5.4-5/bin/convert
But if I type
which convert
the path to the old (apt-get installed) ImageMagick-Version is given. How can I change this and do I have to update Imagick, too?
Thanks a lot in advance
Stephan
PS: If I call the roundCorners command now, the same error occures (of course).
I have one problem by using ImageMagick with Imagick, if I try to call
Imagick::roundCorners()
the following error occures:
Fatal error: Call to undefined method Imagick::roundCorners() in
I found out that IM in version >=6.2.9 is required.
But there is no package avaluable with a higher version than I use for Debian Etch. So I decided to install IM in a higher version by myself and have done this:
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar xfvz ImageMagick.tar.gz
cd ImageMagick-6.5.4-5
./configure --prefix=/usr/local/ImageMagick-6.5.4-5 --with-quantum-depth=8 --with-gs-font-dir=/usr/share/fonts --with-windows-font-dir=/usr/share/fonts/windows --with-imagick
make
make install
Now everything is installed in
/usr/local/ImageMagick-6.5.4-5/bin/convert
But if I type
which convert
the path to the old (apt-get installed) ImageMagick-Version is given. How can I change this and do I have to update Imagick, too?
Thanks a lot in advance
Stephan
PS: If I call the roundCorners command now, the same error occures (of course).