<?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"
	>
<channel>
	<title>Comments on: Python bindings for ImageMagick&#8217;s MagickWand API</title>
	<atom:link href="http://crazedmonkey.com/blog/python/python-imagemagick-magickwand.html/feed" rel="self" type="application/rss+xml" />
	<link>http://crazedmonkey.com/blog/python/python-imagemagick-magickwand.html</link>
	<description>Ian Stevens' weblog</description>
	<pubDate>Fri, 21 Nov 2008 20:47:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ben</title>
		<link>http://crazedmonkey.com/blog/python/python-imagemagick-magickwand.html#comment-62125</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 29 Sep 2008 07:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/python/python-bindings-for-imagemagicks-magickwand-api.html#comment-62125</guid>
		<description>from pythonmagickwand.image import Image
from pythonmagickwand.color import BLUE
i = Image('test.jpg')
i.format = 'PNG'
i.rotate(45, BLUE)
i.save('flip.png')

looks like it's renamed.</description>
		<content:encoded><![CDATA[<p>from pythonmagickwand.image import Image<br />
from pythonmagickwand.color import BLUE<br />
i = Image(&#8217;test.jpg&#8217;)<br />
i.format = &#8216;PNG&#8217;<br />
i.rotate(45, BLUE)<br />
i.save(&#8217;flip.png&#8217;)</p>
<p>looks like it&#8217;s renamed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stevens</title>
		<link>http://crazedmonkey.com/blog/python/python-imagemagick-magickwand.html#comment-44285</link>
		<dc:creator>Ian Stevens</dc:creator>
		<pubDate>Fri, 18 Apr 2008 03:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/python/python-bindings-for-imagemagicks-magickwand-api.html#comment-44285</guid>
		<description>I haven't really thought about it luispedro.  I'll have to get back to you on that.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t really thought about it luispedro.  I&#8217;ll have to get back to you on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luispedro</title>
		<link>http://crazedmonkey.com/blog/python/python-imagemagick-magickwand.html#comment-44246</link>
		<dc:creator>luispedro</dc:creator>
		<pubDate>Thu, 17 Apr 2008 19:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://crazedmonkey.com/blog/python/python-bindings-for-imagemagicks-magickwand-api.html#comment-44246</guid>
		<description>This looks good.

What is the License on this code?</description>
		<content:encoded><![CDATA[<p>This looks good.</p>
<p>What is the License on this code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
