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