Sha256: 6430536df9e38da4baf26980d2f75b658356e1e427aa2e50878585bde24da327
Contents?: true
Size: 280 Bytes
Versions: 18
Compression:
Stored size: 280 Bytes
Contents
module Vips # Controls whether an operation should upsize, downsize, or both up and # downsize. # # * `:both` size both up and down # * `:up` only upsize # * `:down` only downsize # * `:force` change aspect ratio class Size < Symbol end end
Version data entries
18 entries across 18 versions & 2 rubygems