[PATCH] windowscodecs: Add support for DIB format.

Dmitry Timoshkov dmitry at baikal.ru
Mon Jan 21 04:48:31 CST 2013


Christian Costa <titan.costa at gmail.com> wrote:

> Oupsss. I forgot to explain.
> No it's not it native windowscodecs. It's a wine extension to support
> DIB files used in d3dx9_36.
> Everything was already in place. I just had to hook things up.
> I asked to Vincent who told to do this way. At least it's what I understood.

I'd suggest to use public APIs instead of inventing "extenstions".
CreateBitmapFromMemory should work for this purpose if you really need
to do it using windowscodecs, otherwise GDI APIs may work as well.

-- 
Dmitry.



More information about the wine-devel mailing list