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