Search found 6 matches

by pumplerod
2015-08-24T15:27:07-07:00
Forum: Users
Topic: list of implemented SVG elements?
Replies: 10
Views: 9613

Re: list of implemented SVG elements?

thank you snibgo, I'm using: Version: ImageMagick 6.8.9-7 Q16 x86_64 2015-03-04 http://www.imagemagick.org I simply ran: brew install imagemagick so I'm not sure how to make sure ghostscript is not included. I do see that if I simply convert using inkscape the conversion works. inkscape testFile.svg...
by pumplerod
2015-08-24T14:44:19-07:00
Forum: Users
Topic: list of implemented SVG elements?
Replies: 10
Views: 9613

Re: list of implemented SVG elements?

interesting. When I run convert from the command line with -verbose I see: "inkscape" "bozo.svg" --export-eps="/var/tmp/magick-91701yQtvhs1snIyc" --export-dpi="90,90" --export-background="rgb(100%,100%,100%)" --export-background-opacity="1"...
by pumplerod
2015-08-24T10:37:51-07:00
Forum: Users
Topic: list of implemented SVG elements?
Replies: 10
Views: 9613

Re: list of implemented SVG elements?

Interesting. I had no idea. How do I get imagemagick (convert) to use inkscape? I've installed inckscape using homebrew and it is now in my executable path however it still doesn't show up as the tool for converting SVG. Do I need to update a setting somewhere? I notice that when I list the svg dele...
by pumplerod
2015-08-23T20:59:59-07:00
Forum: Users
Topic: list of implemented SVG elements?
Replies: 10
Views: 9613

list of implemented SVG elements?

I'm using PHP and building SVG images which are displayed in the browser. I also want to save the SVG as a png or jpg file. For the most part this works with some of the basic SVG elements such as circle, rect, polygon, path, etc... Unfortunately when I apply a filter, such as <feGaussianBlur> the i...
by pumplerod
2013-12-06T16:30:48-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36445

Re: can't convert: cr2 , crw, and dng

It seems that when I installed ImageMagick using homebrew it did not build ufraw for some reason.

To fix this...
Then the default delegates.xml file worked just fine.

Code: Select all

% brew install ufraw
by pumplerod
2013-12-06T15:33:44-07:00
Forum: Users
Topic: can't convert: cr2 , crw, and dng
Replies: 17
Views: 36445

Re: can't convert: cr2 , crw, and dng

Is there a proper solution for this? I have changed my delegate.xml file to reflect the same changes but have no luck converting a dng file. It took me a while to figure out where the delegate.xml file was. I have installed on Mac using HomeBrew so the file was in: /usr/local/Cellar/imagemagick/6.8....