<?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>TikiRobot! &#187; exiftool</title>
	<atom:link href="http://www.tikirobot.net/wp/tag/exiftool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tikirobot.net/wp</link>
	<description>Mai Tais and Blinky Lights, Ahoy!</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:14:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Quickly Find the Size of an Image</title>
		<link>http://www.tikirobot.net/wp/2007/12/20/how-to-quickly-find-the-size-of-an-image/</link>
		<comments>http://www.tikirobot.net/wp/2007/12/20/how-to-quickly-find-the-size-of-an-image/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 23:38:08 +0000</pubDate>
		<dc:creator>rajbot</dc:creator>
				<category><![CDATA[code code]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[exiftool]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[identify]]></category>
		<category><![CDATA[ImageMagick]]></category>

		<guid isPermaLink="false">http://www.tikirobot.net/wp/2007/12/20/how-to-quickly-find-the-size-of-an-image/</guid>
		<description><![CDATA[To find the size of an image, I usually use ImageMagick&#8217;s identify command. Unfortuantely, identify is horribly slow, especially for JPEG 2000 images (thanks to a very slow libjasper). So instead of using identify: identify -format "%wx%h" image.jp2 Use exiftool instead: exiftool -s -s -s -ImageSize image.jp2 exiftool is 62.5 times faster(!!!) than identify for [...]]]></description>
			<content:encoded><![CDATA[<p>To find the size of an image, I usually use ImageMagick&#8217;s identify command. Unfortuantely, identify is horribly slow, especially for JPEG 2000 images (thanks to a very slow libjasper).</p>
<p>So instead of using identify:<br />
<code>identify -format "%wx%h" image.jp2</code></p>
<p>Use exiftool instead:<br />
<code>exiftool -s -s -s -ImageSize image.jp2</code></p>
<p>exiftool is 62.5 times faster(!!!) than identify for finding image size on my dual 2.0Ghz Athlon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tikirobot.net/wp/2007/12/20/how-to-quickly-find-the-size-of-an-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

