Method: Vips::Image#size

Defined in:
lib/vips/image.rb

#sizeInteger

Get the image size.

Returns:

  • image width and height



985
986
987
# File 'lib/vips/image.rb', line 985

def size
  [width, height]
end