Re: GdipBitmapConvertFormat ???

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Michael Phillips, Jr. (mphillips53_at_nospam.jun0.c0m)
Date: 10/27/04


Date: Wed, 27 Oct 2004 17:13:35 -0400

This function is available with the gdiplus.dll that comes with Office 2003.

If you don't want to buy Office 2003, you can get the gdiplus.dll by
downloading the PowerPoint

Viewer from Microsoft's download site. Since you know the prototype of the
function from

the PlatformSDK docs, you can simply use LoadLibrary and GetProcAddress to
use any of the

new functions that were introduced with the Office 2003 version of
gdiplus.dll.

"Loïc" <lcarrere@sodifrance.fr> wrote in message
news:mn.da937d4a9538ce4c.16898@sodifrance.fr...
> hello, on the microsoft web site thre is notified that exist a bitmap
> convertion format (to change pixel).
>
> for the flat api:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/GDIPlusreference/flatbitmap.asp
>
>
> for the c++ class:
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/gdiplus/GDIPlusReference/Classes/BitmapClass/BitmapGetHistogramMethods/ConvertFormat.asp
>
>
> i don't found any version of gdi+ who's get this methode.
> If somebody know why ?
>
> --
> Loïc
>