Sha256: 878400e75aac597a97cc06c4f5b30cba03327aa398491f89393c19bb4680a142

Contents?: true

Size: 261 Bytes

Versions: 4

Compression:

Stored size: 261 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

4 entries across 4 versions & 2 rubygems

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