Method: Vips::Image#ceil

Defined in:
lib/vips8/image.rb

#ceilImage

Return the smallest integral value not less than the argument.

Returns:

  • (Image)

    ceil of image

[View source]

940
941
942
# File 'lib/vips8/image.rb', line 940

def ceil
    round :ceil
end