windowscodecs: Add support for decoding RLE4-encoded BMP files.
[wine] / dlls / windowscodecs / palette.c
2009-07-03  Vincent Povirkwindowscodecs: Implement HasAlpha for palettes.
2009-07-03  Vincent Povirkwindowscodecs: Implement IsBlackWhite and IsGrayscale...
2009-07-03  Vincent Povirkwindowscodecs: Implement GetColorCount and GetType...
2009-07-03  Vincent Povirkwindowscodecs: Implement InitializeCustom and GetColors...
2009-07-03  Vincent Povirkwindowscodecs: Add stub implementation of IWICPalette.