Class: Vips::OperationRound

Inherits:
Symbol
  • Object
show all
Defined in:
lib/vips/operationround.rb

Overview

The type of rounding to perform on an image. See Image#round.

  • ':ceil' round up

  • ':floor' round down

  • ':rint' round to nearest integer