Sha256: b679871f536e63d53aaeab2f655de7bb3913f281ba58c0c5a01b6a5259da6a43

Contents?: true

Size: 234 Bytes

Versions: 2

Compression:

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

    class Size
    end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby-vips-1.0.6 lib/vips/size.rb
ruby-vips-1.0.5 lib/vips/size.rb