mscms: Handle more bitmap formats.
This commit is contained in:
parent
d2fa9a75b2
commit
641a6e6c45
|
@ -66,6 +66,8 @@ static DWORD from_bmformat( BMFORMAT format )
|
|||
case BM_RGBTRIPLETS: return TYPE_RGB_8;
|
||||
case BM_BGRTRIPLETS: return TYPE_BGR_8;
|
||||
case BM_GRAY: return TYPE_GRAY_8;
|
||||
case BM_xRGBQUADS: return TYPE_ARGB_8;
|
||||
case BM_xBGRQUADS: return TYPE_ABGR_8;
|
||||
default:
|
||||
if (quietfixme == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue