class Phash::ImageHash
Class to store image hash and compare to other
Private Instance Methods
to_s()
click to toggle source
# File lib/phash/image.rb, line 50 def to_s format('%016x', data) end
Class to store image hash and compare to other
# File lib/phash/image.rb, line 50 def to_s format('%016x', data) end