module ImageInspector

Public Class Methods

new( input=nil ) click to toggle source
# File lib/imageinspector.rb, line 45
def ImageInspector.new( input=nil )
  insp = Image.new( input )
  insp
end