Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies conversion matrix from Y'Cb'Cr' to R'G'B'.
Syntax
typedef enum WICJpegTransferMatrix {
WICJpegTransferMatrixIdentity = 0,
WICJpegTransferMatrixBT601 = 0x1,
WICJpegTransferMatrix_FORCE_DWORD = 0x7fffffff
} ;
Constants
WICJpegTransferMatrixIdentityValue: 0 Specifies the identity transfer matrix. |
WICJpegTransferMatrixBT601Value: 0x1 Specifies the BT601 transfer matrix. |
WICJpegTransferMatrix_FORCE_DWORDValue: 0x7fffffff 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
| Requirement | Value |
|---|---|
| Header | wincodec.h |