Module: ImageCore

Defined in:
lib/imagecore.rb,
lib/imagecore/version.rb

Constant Summary collapse

VERSION =
"0.1.3"

Class Method Summary collapse

Class Method Details

.analyze(filename, threshold = 150) ⇒ Object



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

def analyze(filename, threshold = 150)
  ImageCore::Ext::analyze(filename, threshold)
end