Enum Enums.Coding
How pixels are coded.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Coding
Remarks
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.
Fields
Name | Description |
---|---|
Error | Invalid setting. |
Labq | Pixels encode 3 float CIELAB values as 4 uchar. |
None | Pixels are not coded. |
Rad | Pixels encode 3 float RGB as 4 uchar (Radiance coding). |