Open GhostCore07 opened 2 years ago
Would be convenient to have a color type that matches the one natively supported by windows CreateDIBSection . For instance ARGB format, and RGB with row stride length being rounded up to the nearest DWORD.
CreateDIBSection
ARGB format support is planned but not padded rows, that can be achieved with the progressive decode/encode API.
Would be convenient to have a color type that matches the one natively supported by windows
CreateDIBSection
. For instance ARGB format, and RGB with row stride length being rounded up to the nearest DWORD.