Sha256: 1fcba8f8cd94249ed499c6dd88debb4dea77e22d1ac7ed6cae294f25957a9c91

Contents?: true

Size: 417 Bytes

Versions: 18

Compression:

Stored size: 417 Bytes

Contents

module Vips

    # Pick the algorithm vips uses to decide image "interestingness". This is 
    # used by {Image#smartcrop}, for example, to decide what parts of the image 
    # to keep. 
    #
    # * `:none` do nothing
    # * `:centre` just take the centre
    # * `:entropy` use an entropy measure
    # * `:attention` look for features likely to draw human attention

    class Interesting < Symbol
    end
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
vips-8.6.3.2 lib/vips/interesting.rb
vips-8.7.0.1 lib/vips/interesting.rb
ruby-vips-2.0.13 lib/vips/interesting.rb
vips-8.6.3.1 lib/vips/interesting.rb
vips-8.6.3 lib/vips/interesting.rb
ruby-vips-2.0.12 lib/vips/interesting.rb
ruby-vips-2.0.11 lib/vips/interesting.rb
ruby-vips-2.0.10 lib/vips/interesting.rb
ruby-vips-2.0.9 lib/vips/interesting.rb
ruby-vips-2.0.8 lib/vips/interesting.rb
ruby-vips-2.0.7 lib/vips/interesting.rb
ruby-vips-2.0.6 lib/vips/interesting.rb
ruby-vips-2.0.5 lib/vips/interesting.rb
ruby-vips-2.0.4 lib/vips/interesting.rb
ruby-vips-2.0.3 lib/vips/interesting.rb
ruby-vips-2.0.2 lib/vips/interesting.rb
ruby-vips-2.0.1 lib/vips/interesting.rb
ruby-vips-2.0.0 lib/vips/interesting.rb