Show / Hide Table of Contents

Class Enums.Coding

How pixels are coded.

Inheritance
System.Object
Enums.Coding
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public static class 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

| Improve this Doc View Source

Labq

Pixels encode 3 float CIELAB values as 4 uchar.

Declaration
public const string Labq = "labq"
Field Value
Type Description
System.String
| Improve this Doc View Source

None

Pixels are not coded.

Declaration
public const string None = "none"
Field Value
Type Description
System.String
| Improve this Doc View Source

Rad

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

Declaration
public const string Rad = "rad"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX