G'day Corion,

I did, in fact, look at Inkscape only a few days ago. This was more out of curiousity than anything else, as I don't actually need a tool to generate the SVG. I was put off by some of the issues with Mac OS X: none insurmountable but sufficiently annoying (for me, at any rate) that I didn't investigate further. I wasn't aware of the command line and export facilities: thanks for pointing those out — maybe I'll take another look.

Actually, curiousity grabbed me again. I did a little more investigating (in the middle of replying) and found the manpage. It would appear that the first command line from my OP:

$ convert test.svg -resize 16x16 test016.png

could be written, using Inkscape, as:

$ inkscape -z -e test016.png -w 16 -h 16 test.svg

That seems fairly painless. It's also completely untested as I haven't installed Inkscape. Having to "relaunch the Inkscape process often" is a concern.

No, I'm not battling anything at this point. I'm really just at the requirements analysis stage and searching for the best tools. My sanity, at least for now, remains intact; but thankyou for your concern. :-)

— Ken


In reply to Re^2: Image Conversion: SVG to PNG by kcott
in thread Image Conversion: SVG to PNG by kcott

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.