Method: Vips::Image#floor

Defined in:
lib/vips8/image.rb

#floorImage

Return the largest integral value not greater than the argument.

Returns:

  • (Image)

    floor of image

[View source]

933
934
935
# File 'lib/vips8/image.rb', line 933

def floor
    round :floor
end