Search found 3 matches

by luukbarten
2011-02-14T07:17:15-07:00
Forum: Users
Topic: What file do I need to download for the RSVG delegate
Replies: 4
Views: 20687

Re: What file do I need to download for the RSVG delegate

Its fixed now. Thank you for the tip. For other people who might want to install ImageMagick for Ubuntu 10.04 and use RSVG I did the following:

Installed the following delegates through apt-get:

librsvg2-dev
libxml2-dev


apt-get install librsvg2-dev
apt-get install libxml2-dev


Apart from ...
by luukbarten
2011-02-14T02:24:07-07:00
Forum: Users
Topic: What file do I need to download for the RSVG delegate
Replies: 4
Views: 20687

Re: What file do I need to download for the RSVG delegate

Thanks for the quick reply. I don't use yum on my Ubuntu 10.04 LTS server.

So i did the following:

apt-get install librsvg2-2

And then from my Imagemagick6.6.7 folder:

./configure
make
make install

And it still doesn't show the Rsvg delegate in my configuration
Name Value ...
by luukbarten
2011-02-10T06:33:54-07:00
Forum: Users
Topic: What file do I need to download for the RSVG delegate
Replies: 4
Views: 20687

What file do I need to download for the RSVG delegate

I would like to add the RSVG delegate to ImageMagick 6.6.7-2

Can somebody tell me what file I need from the following list? http://www.imagemagick.org/download/delegates/

There are no files with "svg" or "rsvg" in them and from all the posts about the (r)svg delegate on this board. I can't figure ...