[PATCH] windowscodecs: Add support for DIB format.

Dmitry Timoshkov dmitry at baikal.ru
Mon Jan 21 21:35:10 CST 2013


Vincent Povirk <madewokherd at gmail.com> wrote:

> > TGA is the simplest format I've ever seen, CreateBitmapFromMemory is
> > the straight way to handle it. I haven't looked at ICNS support, but
> > probably it could be implemented using public APIs as well.
> 
> The main reason I put the TGA decoder in WIC is that I know nothing
> about d3dx9 and wanted to help solve the problem without having to
> learn a new codebase. I don't know enough about d3dx9 to say whether
> it makes sense to put new image format handling code in there (other
> than DDS, which has features WIC can't support), but I can't imagine
> it making sense to move an existing, working format there.

So instead of writing much less code in d3dx9 to support TGA you've
decided to write the whole new WIC decoder (even if it ended in a lot
much more code) just because you know WIC code base better? And now
you are proposing to do the same to support DIB? I object to this
approach.

-- 
Dmitry.



More information about the wine-devel mailing list