Enumeration

VipsIntent

since: 8.0

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.

Available since: 8.0

Members

VIPS_INTENT_PERCEPTUAL

Perceptual rendering intent.

  • Value: 0
  • Nickname: perceptual
  • Available since: 8.0
VIPS_INTENT_RELATIVE

Relative colorimetric rendering intent.

  • Value: 1
  • Nickname: relative
  • Available since: 8.0
VIPS_INTENT_SATURATION

Saturation rendering intent.

  • Value: 2
  • Nickname: saturation
  • Available since: 8.0
VIPS_INTENT_ABSOLUTE

Absolute colorimetric rendering intent.

  • Value: 3
  • Nickname: absolute
  • Available since: 8.0
VIPS_INTENT_AUTO

The rendering intent that the profile suggests.

  • Value: 32
  • Nickname: auto
  • Available since: 8.0
VIPS_INTENT_LAST
No description available.
  • Value: 33
  • Nickname: last
  • Available since: 8.0