Created
July 3, 2011 18:56
-
-
Save mferrier/1062483 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dyld: lazy symbol binding failed: Symbol not found: _png_sig_cmp | |
Referenced from: /usr/local/rvm/gems/ruby-1.8.7-p330@default/gems/phashion-1.0.3/lib/phashion_ext.bundle | |
Expected in: flat namespace | |
dyld: Symbol not found: _png_sig_cmp | |
Referenced from: /usr/local/rvm/gems/ruby-1.8.7-p330@default/gems/phashion-1.0.3/lib/phashion_ext.bundle | |
Expected in: flat namespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'phashion' | |
a = Phashion::Image.new('./a.png') | |
o = Phashion::Image.new('./o.png') | |
puts a.duplicate?(o) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment