Sha256: ec566a9ab6df12988dff998d47dbfec4b9d84b2599434aebc50cf909b64b1b0b

Contents?: true

Size: 393 Bytes

Versions: 23

Compression:

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

23 entries across 22 versions & 4 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.1.0/gems/ruby-vips-2.2.2/lib/vips/interesting.rb
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/ruby-vips-2.2.2/lib/vips/interesting.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/ruby-vips-2.2.1/lib/vips/interesting.rb
ruby-vips-2.2.2 lib/vips/interesting.rb
ruby-vips-2.2.1 lib/vips/interesting.rb
vips-8.15.1 lib/vips/interesting.rb
ruby-vips-2.2.0 lib/vips/interesting.rb
vips-8.12.2 lib/vips/interesting.rb
vips-8.12.1 lib/vips/interesting.rb
ruby-vips-2.1.4 lib/vips/interesting.rb
vips-8.11.3 lib/vips/interesting.rb
ruby-vips-2.1.3 lib/vips/interesting.rb
ruby-vips-2.1.2 lib/vips/interesting.rb
ruby-vips-2.1.1 lib/vips/interesting.rb
ruby-vips-2.1.0 lib/vips/interesting.rb
vips-8.10.5 lib/vips/interesting.rb
vips-8.9.1 lib/vips/interesting.rb
ruby-vips-2.0.17 lib/vips/interesting.rb
vips-8.8.4 lib/vips/interesting.rb
vips-8.8.3 lib/vips/interesting.rb