Show / Hide Table of Contents

Enum Enums.Interesting

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

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Interesting

Fields

Name Description
All

Everything is interesting.

Attention

Look for features likely to draw human attention.

Centre

Just take the centre.

Entropy

Use an entropy measure.

High

Position the crop towards the high coordinate.

Low

Position the crop towards the low coordinate.

None

Do nothing.

In this article
Back to top Generated by DocFX