<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Converting SVG to png (with alpha channel)</title>
	<atom:link href="http://john-hunt.com/2010/01/18/converting-svg-to-png-with-alpha-channel/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com/2010/01/18/converting-svg-to-png-with-alpha-channel/</link>
	<description>Linux, open source, development, coding, beer and other stuff</description>
	<lastBuildDate>Thu, 06 Oct 2011 00:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: edoceo</title>
		<link>http://john-hunt.com/2010/01/18/converting-svg-to-png-with-alpha-channel/comment-page-1/#comment-309</link>
		<dc:creator>edoceo</dc:creator>
		<pubDate>Mon, 21 Mar 2011 08:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=193#comment-309</guid>
		<description>Excellent, thanks!
Quick tip for converting OSA Icon Library (http://www.opensecurityarchitecture.org/cms/library/icon-library)

mkdir 128x128
for f in *.svg;
do
  b=$(basename $f .svg);
  convert -background None -density 100 -resize 128x128 $f &quot;128x128/$b.png&quot;
done</description>
		<content:encoded><![CDATA[<p>Excellent, thanks!<br />
Quick tip for converting OSA Icon Library (<a href="http://www.opensecurityarchitecture.org/cms/library/icon-library" rel="nofollow">http://www.opensecurityarchitecture.org/cms/library/icon-library</a>)</p>
<p>mkdir 128&#215;128<br />
for f in *.svg;<br />
do<br />
  b=$(basename $f .svg);<br />
  convert -background None -density 100 -resize 128&#215;128 $f &#8220;128&#215;128/$b.png&#8221;<br />
done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasper</title>
		<link>http://john-hunt.com/2010/01/18/converting-svg-to-png-with-alpha-channel/comment-page-1/#comment-223</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Mon, 12 Jul 2010 13:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://john-hunt.com/?p=193#comment-223</guid>
		<description>Excellent exactly what i was looking for. Was mucking about with -alpha pointlessly..</description>
		<content:encoded><![CDATA[<p>Excellent exactly what i was looking for. Was mucking about with -alpha pointlessly..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

