[4/5] gdiplus: added GdipGetImagePixelFormat

Evan Stade estade at gmail.com
Fri Aug 3 23:50:35 CDT 2007


On 8/3/07, Evan Stade <estade at gmail.com> wrote:
> Hi,
>
> changelog:
> *add format member to GpBitmap
> *set format in the constructors
> *implemented getter
>
>  dlls/gdiplus/gdiplus.spec      |    2 +
>  dlls/gdiplus/gdiplus_private.h |    1 +
>  dlls/gdiplus/image.c           |   57 +++++++++++++++++++++++++++++++---------
>  include/gdiplusflat.h          |    1 +
>  include/gdipluspixelformats.h  |   26 ++++++++++++++++++
>  5 files changed, 73 insertions(+), 14 deletions(-)
>
> --
> Evan Stade
>
>

Something I forgot to mention: GdipLoadBitmapFromStream and the ICM
version of the same function currently do the same thing, and after
adding the pixel format code they were getting rather long, so I made
GdipLoadBitmapFromStreamICM call GdipLoadBitmapFromStream instead of
having two functions with identical bodies.

-- 
Evan Stade



More information about the wine-patches mailing list