<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>sacha chua :: enterprise 2.0 consultant, storyteller, geek &#187; imagemagick</title>
	<atom:link href="http://sachachua.com/wp/category/imagemagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://sachachua.com/wp</link>
	<description>I help people connect through blogs, wikis, other Web 2.0 tools. I'm also writing a book about Emacs.</description>
	<pubDate>Sat, 06 Sep 2008 03:47:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Creating thumbnails with Imagemagick</title>
		<link>http://sachachua.com/wp/2006/01/09/creating-thumbnails-with-imagemagick/</link>
		<comments>http://sachachua.com/wp/2006/01/09/creating-thumbnails-with-imagemagick/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 18:41:00 +0000</pubDate>
		<dc:creator>Sacha Chua</dc:creator>
		
		<category><![CDATA[adphoto]]></category>

		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://sachachua.com/notebook/wiki/2006.01.09.php#anchor-2</guid>
		<description><![CDATA[<p>Creating proper thumbnails in Photoshop was a mission and a half. I found a handy <a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/thumbnails/#pad">Imagemagick incantation for thumbnails</a>. Here's the one I'll use to create 400x400 centered thumbnails for the photo gallery.</p>

<pre class="example">
convert -size 400x400 sacha-20051201.jpg -thumbnail '400x400>' -bordercolor black -border 200 -gravity center -crop 400x400+0+0 +repage test.jpg
</pre>

<p>On Technorati: <a href="http://www.technorati.com/tag/imagemagick" rel="tag">imagemagick</a>, <a href="http://www.technorati.com/tag/adphoto" rel="tag">adphoto</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Creating proper thumbnails in Photoshop was a mission and a half. I found a handy <a href="http://www.cit.gu.edu.au/~anthony/graphics/imagick6/thumbnails/#pad">Imagemagick incantation for thumbnails</a>. Here's the one I'll use to create 400x400 centered thumbnails for the photo gallery.</p>

<pre class="example">
convert -size 400x400 sacha-20051201.jpg -thumbnail '400x400>' -bordercolor black -border 200 -gravity center -crop 400x400+0+0 +repage test.jpg
</pre>

<p>On Technorati: <a href="http://www.technorati.com/tag/imagemagick" rel="tag">imagemagick</a>, <a href="http://www.technorati.com/tag/adphoto" rel="tag">adphoto</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sachachua.com/wp/2006/01/09/creating-thumbnails-with-imagemagick/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
