Sha256: d74a6ee0134a01cd2d3bc504b88ccbd2f18025f984753f501cd49a1635b2e1cb

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

module Vips

  # The type of rounding to perform on an image. See {Image#round}.
  #
  # * ':ceil' round up
  # * ':floor' round down
  # * ':rint' round to nearest integer

  class OperationRound < Symbol
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ruby-vips-2.0.14 lib/vips/operationround.rb
vips-8.8.0.3 lib/vips/operationround.rb
vips-8.8.0.2 lib/vips/operationround.rb
vips-8.8.0.1 lib/vips/operationround.rb