mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
windowscodecs: Register all formats supported by the BMP decoder.
This commit is contained in:
parent
ecd2dc7603
commit
1e0046788f
@ -585,8 +585,10 @@ static GUID const * const bmp_formats[] = {
|
|||||||
&GUID_WICPixelFormat4bppIndexed,
|
&GUID_WICPixelFormat4bppIndexed,
|
||||||
&GUID_WICPixelFormat8bppIndexed,
|
&GUID_WICPixelFormat8bppIndexed,
|
||||||
&GUID_WICPixelFormat16bppBGR555,
|
&GUID_WICPixelFormat16bppBGR555,
|
||||||
|
&GUID_WICPixelFormat16bppBGR565,
|
||||||
&GUID_WICPixelFormat24bppBGR,
|
&GUID_WICPixelFormat24bppBGR,
|
||||||
&GUID_WICPixelFormat32bppBGR,
|
&GUID_WICPixelFormat32bppBGR,
|
||||||
|
&GUID_WICPixelFormat32bppBGRA,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user