Search found 3 matches

by amcoello
2017-12-10T15:44:22-07:00
Forum: Users
Topic: Convert SVG to PNG with special characters
Replies: 5
Views: 4650

Re: Convert SVG to PNG with special characters

When i put: convert -list delegate | grep svg

The result is:

cdr => "uniconvertor' '%i' '%o.svg'; /usr/bin/mv '%o.svg' '%o"
cgm => "uniconvertor' '%i' '%o.svg'; /usr/bin/mv '%o.svg' '%o"
dot => "dot' -Tsvg '%i' -o '%o"
dxf => "uniconvertor' '%i' '%o.svg'; /usr/bin/mv '%o.svg' '%o"
fig ...
by amcoello
2017-12-08T04:34:05-07:00
Forum: Users
Topic: Convert SVG to PNG with special characters
Replies: 5
Views: 4650

Re: Convert SVG to PNG with special characters

Hi,

The version of IM is:

Version: ImageMagick 6.9.4-9 Q16 i386 2016-06-21 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC
Delegates (built-in): bzlib freetype gslib jng jpeg png ps ...
by amcoello
2017-12-08T03:45:14-07:00
Forum: Users
Topic: Convert SVG to PNG with special characters
Replies: 5
Views: 4650

Convert SVG to PNG with special characters

Hi,

I have the following svg file "in.svg":

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px ...