Sha256: 2671faf2b0bb80b44615ccb6592197ad881c1a26901e956cd8465e7d01ebdb02
Contents?: true
Size: 215 Bytes
Versions: 21
Compression:
Stored size: 215 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
21 entries across 21 versions & 3 rubygems