Tagged Questions
0
votes
2answers
64 views
Why am I getting “No such file or directory” after install?
If I command convert --version it shows this.
bash: /usr/bin/convert: No such file or directory
All what I did was this
1. $ wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
2. $ ...
2
votes
1answer
169 views
How can I remove “ImageMagick” completely?
I think I accidently did install 2 ImageMagicks to my CentOS 5.8 before.
Version 6.2.8 was removed by
yum erase ImageMagick
However, it still shows this when I typed $convert -version
Version: ...
1
vote
0answers
64 views
Convert SVG that has an Arabic text to png (or any raster)
I have an SVG file which has Arabic texts. When I tried to convert it to a raster format Arabic text became unicode signs. Latin letters are allright. I tried imageMagick and rsvg-convert. Both are ...