Sha256: 705f021b0503e2b15ccedd4ba91738df2411603cf72f67866232b6e7431619f0
Contents?: true
Size: 230 Bytes
Versions: 18
Compression:
Stored size: 230 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
18 entries across 18 versions & 2 rubygems