Module: Imatcher

Defined in:
lib/imatcher.rb,
lib/imatcher/image.rb,
lib/imatcher/modes.rb,
lib/imatcher/result.rb,
lib/imatcher/matcher.rb,
lib/imatcher/version.rb,
lib/imatcher/modes/rgb.rb,
lib/imatcher/rectangle.rb,
lib/imatcher/modes/base.rb,
lib/imatcher/modes/delta.rb,
lib/imatcher/color_methods.rb,
lib/imatcher/modes/grayscale.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ColorMethods, Modes Classes: Image, Matcher, Rectangle, Result, SizesMismatchError

Constant Summary collapse

VERSION =
"0.1.6".freeze

Class Method Summary collapse

Class Method Details

.compare(path_a, path_b, options = {}) ⇒ Object



11
12
13
# File 'lib/imatcher.rb', line 11

def self.compare(path_a, path_b, options = {})
  Matcher.new(options).compare(path_a, path_b)
end