Gets width of image.
Returns:
width of image
See Also:
26 27 28
# File 'lib/processing/image.rb', line 26 def width() @image&.width || (@error ? -1 : 0) end