<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>[1/13] include: add definitions needed for WIC bitmap encoding</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>This patchset represents a bit of divergence from the Plan. In order to rewrite gdiplus bitmaps based on WIC later, I'll need to remove references to IPicture objects from as many functions as possible. GdipSaveImageToStream should be rewritten based on GdipBitmapLockBits, but currently it relies on the ability to get a bitmap info header from GDI. This needs to change. Given that gdiplus bitmap encoders will have to go through WIC eventually, it seems a waste of time to fix up the built-in encoder first.<BR>
<BR>
So far I just have a minimal BMP encoder and no actual glue for gdiplus.</FONT>
</P>

</BODY>
</HTML>