Gjsify LogoGjsify Logo

Pick the algorithm vips uses to decide image "interestingness". This is used by vips_smartcrop(), for example, to decide what parts of the image to keep.

#VIPS_INTERESTING_NONE and #VIPS_INTERESTING_LOW mean the same -- the crop is positioned at the top or left. #VIPS_INTERESTING_HIGH positions at the bottom or right.

See also: vips_smartcrop().

Index

Enumeration Members

ALL: number

everything is interesting

ATTENTION: number

look for features likely to draw human attention

CENTRE: number

just take the centre

ENTROPY: number

use an entropy measure

HIGH: number

position the crop towards the high coordinate

LAST: number
LOW: number

position the crop towards the low coordinate

NONE: number

do nothing

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method