Enumeration

VipsCoding

Declaration

enum Vips.Coding

Description [src]

How pixels are coded.

Normally, pixels are uncoded and can be manipulated as you would expect. However some file formats code pixels for compression, and sometimes it’s useful to be able to manipulate images in the coded format.

The gaps in the numbering are historical and must be maintained. Allocate new numbers from the end.

Members

Name Description
VIPS_CODING_ERROR No description available.
VIPS_CODING_NONE

Pixels are not coded.

VIPS_CODING_LABQ

Pixels encode 3 float CIELAB values as 4 uchar.

VIPS_CODING_RAD

Pixels encode 3 float RGB as 4 uchar (Radiance coding)

VIPS_CODING_LAST No description available.