Sha256: 32683e118b5d313e9146508083a62aa691713ab08c098d8e7aab2a20aa1676bc
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
ruby-vips-2.0.14 | lib/vips/interesting.rb |
vips-8.8.0.3 | lib/vips/interesting.rb |
vips-8.8.0.2 | lib/vips/interesting.rb |
vips-8.8.0.1 | lib/vips/interesting.rb |