Enumeration

VipsInteresting

Declaration

enum Vips.Interesting

Description [src]

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.

VipsInteresting and VipsInteresting mean the same — the crop is positioned at the top or left. VipsInteresting positions at the bottom or right.

::: seealso vips_smartcrop().

Members

Name Description
VIPS_INTERESTING_NONE

Do nothing.

VIPS_INTERESTING_CENTRE

Just take the centre.

VIPS_INTERESTING_ENTROPY

Use an entropy measure.

VIPS_INTERESTING_ATTENTION

Look for features likely to draw human attention.

VIPS_INTERESTING_LOW

Position the crop towards the low coordinate.

VIPS_INTERESTING_HIGH

Position the crop towards the high coordinate.

VIPS_INTERESTING_ALL

Everything is interesting.