Search found 5 matches
- 2014-04-04T05:41:28-07:00
- Forum: Developers
- Topic: Converting SVG files with ImageMagick
- Replies: 8
- Views: 15385
Re: Converting SVG files with ImageMagick
Thanks. ill take a look at Inkscape, then.
- 2014-04-04T05:13:40-07:00
- Forum: Developers
- Topic: Converting SVG files with ImageMagick
- Replies: 8
- Views: 15385
Re: Converting SVG files with ImageMagick
The ultimate thing im trying to achieve here is to create svg files in an automated manner (with unix shell scripts, command line tools, etc.) All output must be in SVG so that I can open the resulting files later in MS Visio and/or LibreOffice. I figured that one way to achieve this could be ...
- 2014-04-03T23:48:01-07:00
- Forum: Developers
- Topic: Converting SVG files with ImageMagick
- Replies: 8
- Views: 15385
Re: Converting SVG files with ImageMagick
Thanks. So I downloaded the autotrace binaries for Windows, but im running into some issues. I have no idea how to use this from imagemagick, but when I run autotrace on it's own from the commandline like this "autotrace.exe sample1.svg > result.svg" I get these messages: : Color is not known to X ...
- 2014-04-03T09:33:10-07:00
- Forum: Developers
- Topic: Converting SVG files with ImageMagick
- Replies: 8
- Views: 15385
Re: Converting SVG files with ImageMagick
Thanks for the explanation.
And please forgive me my ignorance, but what exactly is this 'autotrace delegate' you mention, and how do I install and use it ? Im pretty new to ImageMagick.
Thanks.
And please forgive me my ignorance, but what exactly is this 'autotrace delegate' you mention, and how do I install and use it ? Im pretty new to ImageMagick.
Thanks.
- 2014-04-03T05:52:21-07:00
- Forum: Developers
- Topic: Converting SVG files with ImageMagick
- Replies: 8
- Views: 15385
Converting SVG files with ImageMagick
When I use Imagemagick to convert images to the SVG format, my resulting files tend to get very large. This causes issues for me, for example resulting in an application 'hang' or 'freeze', when I try to open them in applications like LibreOffice or MS Visio. This even happens for example, when I ...