Sha256: 64b313da62cbd9d7aaf5ea62ad4c3c526709c160092f6e6818f2c3e8dc40d248
Contents?: true
Size: 260 Bytes
Versions: 24
Compression:
Stored size: 260 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
24 entries across 23 versions & 4 rubygems