Search found 8 matches
- 2019-06-23T08:22:10-07:00
- Forum: Users
- Topic: Cannot install the latest version of ImageMagick on Debian
- Replies: 2
- Views: 10580
Re: Cannot install the latest version of ImageMagick on Debian
You were close. The following works for me on Ubuntu 18.04.1 LTS (bionic) wget https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.8-14.x86_64.rpm wget https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.8-14.x86_64.rpm sudo apt-get install -y alien sudo alien ...
- 2018-11-11T04:48:00-07:00
- Forum: Users
- Topic: Convert SVG to PNG with text
- Replies: 10
- Views: 8857
Re: Convert SVG to PNG with text
Thank you very much Fred, I've installed successfully
- 2018-11-10T13:29:02-07:00
- Forum: Users
- Topic: Convert SVG to PNG with text
- Replies: 10
- Views: 8857
Re: Convert SVG to PNG with text
I met some issues while trying install the latest version of ImageMagick, please help me in this topic https://imagemagick.org/discourse-serve ... =1&t=35018 , thank you Fred
- 2018-11-10T05:26:03-07:00
- Forum: Users
- Topic: Cannot install the latest version of ImageMagick on Debian
- Replies: 2
- Views: 10580
Cannot install the latest version of ImageMagick on Debian
Hello, I've tried to install the latest version of ImageMagick WITH DELEGATES on Debian for hours, but all I got are some error. This is how I install: 1. Install by source: wget https://imagemagick.org/download/ImageMagick.tar.gz tar xvzf ImageMagick.tar.gz cd ImageMagick-7.0.8-14 ./configure make ...
- 2018-11-09T13:27:06-07:00
- Forum: Users
- Topic: Convert SVG to PNG with text
- Replies: 10
- Views: 8857
Re: Convert SVG to PNG with text
convert -list format MSVG SVG rw+ ImageMagick's own SVG internal renderer SVG SVG rw+ Scalable Vector Graphics (XML 2.9.4) SVGZ SVG rw+ Compressed Scalable Vector Graphics (XML 2.9.4) At this time, maybe my problem has been solved. I don't know if there are any hidden issues, I think I should ...
- 2018-11-09T12:59:26-07:00
- Forum: Users
- Topic: Convert SVG to PNG with text
- Replies: 10
- Views: 8857
Re: Convert SVG to PNG with text
Hello, I installed Inkscape and It has worked. Thank you very much for supporting.
- 2018-11-09T12:50:30-07:00
- Forum: Users
- Topic: Convert SVG to PNG with text
- Replies: 10
- Views: 8857
Re: Convert SVG to PNG with text
:D I am so sorry but I don't know which SVG renderer I am using, can you tell me how to check it. I installed ImageMagick by apt-get command in Debian and did not installed any another libraries: apt-get install imagemagick There are the result of -version and -format: Version: ImageMagick 6.9.7-4 ...
- 2018-11-09T11:38:13-07:00
- Forum: Users
- Topic: Convert SVG to PNG with text
- Replies: 10
- Views: 8857
Convert SVG to PNG with text
Hello, I tried to convert a SVG file with text to a PNG file, but the converted PNG file without the text. I am using Debian 9, ImageMagick 6.9.7-4 and "freetype" is listed in "Delegates". Sample file: https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/410.svg Command: convert -density 500 410 ...