Returns the width and height of image.
Returns:
48 49 50
# File 'lib/processing/image.rb', line 48 def size() [width, height] end