<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pink Sandbox &#187; HowTo</title>
	<atom:link href="http://www.pink-sandbox.com/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pink-sandbox.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Apr 2010 08:17:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Batch Resizing Pictures</title>
		<link>http://www.pink-sandbox.com/technology/batch-resizing-pictures/</link>
		<comments>http://www.pink-sandbox.com/technology/batch-resizing-pictures/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 04:39:00 +0000</pubDate>
		<dc:creator>kelay</dc:creator>
				<category><![CDATA[Geekology]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[ImageMagick]]></category>

		<guid isPermaLink="false">http://www.pink-sandbox.com/?p=17</guid>
		<description><![CDATA[Well, I had to perform a bunch of resizing for my digital images a few minutes ago. Then I remembered seeing &#8220;ImageMagick&#8221; when installing Inkscape on Jasper days ago. I&#8217;ve used ImageMagick for my first ever development project with my first employer. It was a business card generator, which, fortunately and unfortunately and unsurprisingly didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I had to perform a bunch of resizing for my digital images a few minutes ago. Then I remembered seeing &#8220;ImageMagick&#8221; when installing Inkscape on Jasper days ago. I&#8217;ve used ImageMagick for my first ever development project with my first employer. It was a business card generator, which, fortunately and unfortunately and unsurprisingly didn&#8217;t went live. But anyway, I vaguely recall that you could do command line image manipulation with it. So I searched and, yes, there is<span style="font-weight: bold;"> a command to easily batch resize pictures</span>. So on <span style="font-weight: bold;">Terminal</span> (Applications &gt; Accessories &gt; Terminal) do a:</p>
<ul>
<li>sudo apt-get install imagemagick</li>
<li>cd Pictures/ (cd to folder of your images)</li>
<li>sudo mogrify -resize 800&#215;600 *.jpg</li>
</ul>
<p>And that&#8217;s it! Well at least I don&#8217;t need to go Windows XP just to batch resize pictures. Microsoft PowerToys&#8217; Image Resizer is convenient for batch resizing on a Windows and ImageMagick&#8217;s mogrify -resize command is equally convenient for batch resizing on Linux (and on any other OS, I guess). <img src='http://www.pink-sandbox.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pink-sandbox.com/technology/batch-resizing-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
