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.
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().