<?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: Detecting Duplicate Images with Phashion</title>
	<atom:link href="http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:12:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: c</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-1029</link>
		<dc:creator>c</dc:creator>
		<pubDate>Tue, 11 Jan 2011 18:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-1029</guid>
		<description>This looks awesome but when is someone going to write a Windows GUI program (that scans a drive) for dummies like me?</description>
		<content:encoded><![CDATA[<p>This looks awesome but when is someone going to write a Windows GUI program (that scans a drive) for dummies like me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainliu67</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-928</link>
		<dc:creator>rainliu67</dc:creator>
		<pubDate>Fri, 03 Dec 2010 05:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-928</guid>
		<description>equire &#039;phashion&#039;
LoadError: /usr/local/ruby/lib/ruby/gems/1.8/gems/phashion-1.0.2/lib/phashion_ext.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE - /usr/local/ruby/lib/ruby/gems/1.8/gems/phashion-1.0.2/lib/phashion_ext.so</description>
		<content:encoded><![CDATA[<p>equire &#8216;phashion&#8217;<br />
LoadError: /usr/local/ruby/lib/ruby/gems/1.8/gems/phashion-1.0.2/lib/phashion_ext.so: undefined symbol: _ZTVN10__cxxabiv120__si_class_type_infoE &#8211; /usr/local/ruby/lib/ruby/gems/1.8/gems/phashion-1.0.2/lib/phashion_ext.so</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-684</link>
		<dc:creator>Nilesh</dc:creator>
		<pubDate>Tue, 29 Jun 2010 13:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-684</guid>
		<description>Jonathan, can you try adding

require &#039;rubygems&#039;

on the top of your ruby file?</description>
		<content:encoded><![CDATA[<p>Jonathan, can you try adding</p>
<p>require &#8216;rubygems&#8217;</p>
<p>on the top of your ruby file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Perham</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-683</link>
		<dc:creator>Mike Perham</dc:creator>
		<pubDate>Tue, 29 Jun 2010 00:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-683</guid>
		<description>That&#039;s bizarre, is it possible you installed with one RVM setup and are currently using another setup?  require &#039;phashion&#039; creates the Phashion module so if the require works, that constant should exist.</description>
		<content:encoded><![CDATA[<p>That&#8217;s bizarre, is it possible you installed with one RVM setup and are currently using another setup?  require &#8216;phashion&#8217; creates the Phashion module so if the require works, that constant should exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Spooner</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-682</link>
		<dc:creator>Jonathan Spooner</dc:creator>
		<pubDate>Mon, 28 Jun 2010 23:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-682</guid>
		<description>I did but I &quot;NameError: uninitialized constant Phashion&quot; on line 2.

require &#039;phashion&#039;
img1 = Phashion::Image.new(&quot;a.jpg&quot;)
img2 = Phashion::Image.new(&quot;b.jpg&quot;)
img1.duplicate?(img2)

I&#039;m on 10.6.4</description>
		<content:encoded><![CDATA[<p>I did but I &#8220;NameError: uninitialized constant Phashion&#8221; on line 2.</p>
<p>require &#8216;phashion&#8217;<br />
img1 = Phashion::Image.new(&#8220;a.jpg&#8221;)<br />
img2 = Phashion::Image.new(&#8220;b.jpg&#8221;)<br />
img1.duplicate?(img2)</p>
<p>I&#8217;m on 10.6.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Perham</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-681</link>
		<dc:creator>Mike Perham</dc:creator>
		<pubDate>Mon, 28 Jun 2010 23:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-681</guid>
		<description>Have you tried &lt;code&gt;gem install phashion&lt;/code&gt;?  The latest version vastly simplified the install.</description>
		<content:encoded><![CDATA[<p>Have you tried <code>gem install phashion</code>?  The latest version vastly simplified the install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Spooner</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-680</link>
		<dc:creator>Jonathan Spooner</dc:creator>
		<pubDate>Mon, 28 Jun 2010 23:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-680</guid>
		<description>Thanks for the gem it looks great.  Do you have any hints for compiling the dependencies for OSX?

Should the initial gem install compile pHash?  Or do I run extconf.rb manually?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the gem it looks great.  Do you have any hints for compiling the dependencies for OSX?</p>
<p>Should the initial gem install compile pHash?  Or do I run extconf.rb manually?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn West</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-665</link>
		<dc:creator>Glenn West</dc:creator>
		<pubDate>Sat, 05 Jun 2010 10:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-665</guid>
		<description>This is a great addition. Would you consider adding a wrapper so the video side will work. I&#039;ve written a ruby based HD CCTV application, and it would be nice to look for &quot;hashes&quot; that a &quot;different&quot;.</description>
		<content:encoded><![CDATA[<p>This is a great addition. Would you consider adding a wrapper so the video side will work. I&#8217;ve written a ruby based HD CCTV application, and it would be nice to look for &#8220;hashes&#8221; that a &#8220;different&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Art</title>
		<link>http://www.mikeperham.com/2010/05/21/detecting-duplicate-images-with-phashion/comment-page-1/#comment-630</link>
		<dc:creator>Art</dc:creator>
		<pubDate>Sat, 22 May 2010 08:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/?p=556#comment-630</guid>
		<description>This looks awesome Mike!  Exactly what I&#039;m going to need next week on some new features.  I&#039;ll try it out and let you know.  I&#039;m sure it&#039;s gonna rock.</description>
		<content:encoded><![CDATA[<p>This looks awesome Mike!  Exactly what I&#8217;m going to need next week on some new features.  I&#8217;ll try it out and let you know.  I&#8217;m sure it&#8217;s gonna rock.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

