Well, gee, I'm not convinced. So I tested it a little.

I went looking for example SVG files, and I found the New Zealand flag on a Wikipedia like site.

Inkscape (0.45, version of 1 year old) simply doesn't show the stars.

SVG is the native format of Inkscape. So, what to think of it? I can't say I've ever tried to do anything with Inkscape that it didn't have some kind of trouble with.

ImageMagick's convert performs slightly better, as it shows the top star. But only that one.

p.s. the output file sizes from ImageMagick:

showing just how inappropriate JPEG is.

p.p.s. your Inkscape command line simply doesn't work for me.

update I got Inkscape to behave, on Windows. Here's what I did:

p.p.p.s. Inkscape's PNG file is 25kB, as opposed to ImageMagick's 19kB. And I find it's relatively fast. I doesn't appear to support export to the other bitmap formats.

In reply to Re^3: Path of least resistance to JPEGs by bart
in thread Path of least resistance to JPEGs by smiffy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.