WICJpegTransferMatrix enumeration
Specifies conversion matrix from Y'Cb'Cr' to R'G'B'.
Syntax
typedef enum WICJpegTransferMatrix { WICJpegTransferMatrixIdentity = 0, WICJpegTransferMatrixBT601 = 0x1, WICJpegTransferMatrix_FORCE_DWORD = 0x7fffffff } WICJpegTransferMatrix;
Constants
- WICJpegTransferMatrixIdentity
-
Specifies the identity transfer matrix.
- WICJpegTransferMatrixBT601
-
Specifies the BT601 transfer matrix.
- WICJpegTransferMatrix_FORCE_DWORD
-
Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. This value is not used.
Requirements
|
Header |
|
|---|
See also
Show: