Enumeration

VipsIntent

Declaration

enum Vips.Intent

Description [src]

The rendering intent. VipsIntent is best for scientific work, VipsIntent is usually best for accurate communication with other imaging libraries.

Members

Name Description
VIPS_INTENT_PERCEPTUAL

Perceptual rendering intent.

VIPS_INTENT_RELATIVE

Relative colorimetric rendering intent.

VIPS_INTENT_SATURATION

Saturation rendering intent.

VIPS_INTENT_ABSOLUTE

Absolute colorimetric rendering intent.

VIPS_INTENT_AUTO

The rendering intent that the profile suggests.