<?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: Find jpeg dimensions fast in pure Ruby, no image library needed</title>
	<atom:link href="http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/</link>
	<description>A blog about Ruby, Rails and other tech.  Mostly.</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:56:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pennysmalls</title>
		<link>http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/comment-page-1/#comment-3232</link>
		<dc:creator>Pennysmalls</dc:creator>
		<pubDate>Thu, 11 Jun 2009 11:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://pennysmalls.com/?p=28#comment-3232</guid>
		<description>[...] just released a gem to find image dimensions and type information fast. I have previously done some work in this area, but this is a much more comprehensive solution, and fixes problems with certain [...]</description>
		<content:encoded><![CDATA[<p>[...] just released a gem to find image dimensions and type information fast. I have previously done some work in this area, but this is a much more comprehensive solution, and fixes problems with certain [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arvind</title>
		<link>http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/comment-page-1/#comment-674</link>
		<dc:creator>Arvind</dc:creator>
		<pubDate>Thu, 29 Jan 2009 11:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://pennysmalls.com/?p=28#comment-674</guid>
		<description>I was using above code for one of my project. But it is not working for some cases such as this file (many of the files on this website) http://www2.meritline.com/images/product/large/153-049.jpg

Code at location http://snippets.dzone.com/posts/show/805 is working fine for the above image but it is not designed for http scenario</description>
		<content:encoded><![CDATA[<p>I was using above code for one of my project. But it is not working for some cases such as this file (many of the files on this website) <a href="http://www2.meritline.com/images/product/large/153-049.jpg" rel="nofollow">http://www2.meritline.com/images/product/large/153-049.jpg</a></p>
<p>Code at location <a href="http://snippets.dzone.com/posts/show/805" rel="nofollow">http://snippets.dzone.com/posts/show/805</a> is working fine for the above image but it is not designed for http scenario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Francl</title>
		<link>http://pennysmalls.com/2008/08/19/find-jpeg-dimensions-fast-in-ruby/comment-page-1/#comment-309</link>
		<dc:creator>Luke Francl</dc:creator>
		<pubDate>Wed, 01 Oct 2008 14:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://pennysmalls.com/?p=28#comment-309</guid>
		<description>Cool, this looks useful. Bookmarked for future reference!</description>
		<content:encoded><![CDATA[<p>Cool, this looks useful. Bookmarked for future reference!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
