Search found 14 matches

by kndti
2018-02-06T06:39:04-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Inkscape does not convert directly from SVG to JPG.
by kndti
2018-01-10T07:47:27-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Is there something special I need to do to make Inkscape work with ImageMagick?
by kndti
2018-01-08T07:58:48-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Well this is interesting.. in my delegates file, there's this: <!-- Remove the extra space in - -export in the line below when you want to use inkscape --> <!--<delegate decode="svg:decode" stealth="True" command="&quot;inkscape&quot; &quot;%s&quot; - -export...
by kndti
2018-01-08T06:55:22-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

-debug all produces a mess of feedback, none of which mentions Inkscape

Inkscape is installed to its own directory, but it executes properly from the ImageMagick directory.
by kndti
2018-01-05T10:38:39-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

I just want to be clear here, Hasniou's situation is different from mine. I don't have any problems with sizing. What I'm dealing with is direct conversion from SVG to JPG, which is something ImageMagick does well for me 99% of the time. It is only a few SVGs whose conversion results in a blank JPG....
by kndti
2018-01-05T08:23:25-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Does anyone have any other suggestions, or am I stuck with ImageMagick not correctly utilizing Inkscape?
by kndti
2018-01-02T10:22:32-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

The original issue still persists, however. Are there any other suggestions for this problem?
by kndti
2017-12-28T08:25:49-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

I added the Inkscape directory to my path system variable, and now I can execute Inkscape from any directory.

Magick still reports using RSVG, and when I convert to JPG, it's still blank.
by kndti
2017-12-28T07:14:59-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Inkscape does convert the problem file from SVG to PNG successfully. When I run Magick -list format, it gives me the same information that you have (RSVG 2.40.18) If I am in the Inkscape directory, running "Inkscape" at the command line opens the Inkscape program. Is there a config file fo...
by kndti
2017-12-27T16:08:41-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

It's supposed to, yes, but does not appear to be doing that for me. What am I missing? I have used Inkscape directly, but it does not convert SVG directly to JPG. Speed of conversion is vital to me, and if I have to convert from SVG to PNG, then from PNG to JPG, I will be doubling my processing time...
by kndti
2017-12-27T13:06:34-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Well.. I installed Inkscape, and it appears to convert the problem SVG into a valid PNG (while spitting out that same error that you quoted). But Magick doesn't appear to be utilizing Inkscape when it runs. When I look at -list format, it still references RSVG and when I use the -verbose, I get this...
by kndti
2017-12-27T11:42:12-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

For both, or just the one that isn't converting? When I look at the problem file in IE, it displays correctly as far as I can tell. When I open it in IMDisplay, it shows blank. Is there a way for IM to report errors in files during the conversion? If I convert this via command line, it doesn't provi...
by kndti
2017-12-27T11:12:02-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Re: Convert SVG to JPG in Windows produces blank JPG

Here is one that works just fine: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" xml:space="preserve" width="1518.3364928909952606635071090" height="595"><g id="Layer_5"><line fill...
by kndti
2017-12-27T08:04:53-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 39998

Convert SVG to JPG in Windows produces blank JPG

Hello all! I have been searching around the message board for a couple of days and haven't found a topic that matches my situation exactly. What I'm trying to accomplish is a quick way to convert thousands of SVG files into JPG format via command line. ImageMagick seems to be able to fit the bill, h...