Enumeration

VipsIntent

Declaration

enum Vips.Intent

Description [src]

The rendering intent. #VIPS_INTENT_ABSOLUTE is best for scientific work, #VIPS_INTENT_RELATIVE 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_LAST No description available.