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’suseful to be able to manipulate images in the coded format.
The gaps in the numbering are historical and must be maintained. Allocatenew numbers from the end.
VIPS_CODING_ERROR
No description available.
-1
VIPS_CODING_NONE
Pixels are not coded.
0
VIPS_CODING_LABQ
Pixels encode 3 floatCIELAB values as 4 uchar.
2
VIPS_CODING_RAD
Pixels encode 3 floatRGB as 4 uchar (Radiance coding).
6
VIPS_CODING_LAST
No description available.
7