Re: [MBS] One step conversion from memory block ARGB to 32 bit picture?

2014-06-18 Thread Christian Schmitz
Am 18.06.2014 um 18:30 schrieb Michael Diehr : > Hi Christian, > > Do any of the Picture methods handle a single call to create a 32-bit picture > (with alpha channel) from a ARGB format memory block, and work on Win32 with > GDI+? Well, PictureWriterMBS class comes in mind, but it needs a ne

[MBS] One step conversion from memory block ARGB to 32 bit picture?

2014-06-18 Thread Michael Diehr
Hi Christian, Do any of the Picture methods handle a single call to create a 32-bit picture (with alpha channel) from a ARGB format memory block, and work on Win32 with GDI+? I'm trying MemoryblockARGBtoPictureMBS() but it seems to ignore the alpha bytes. Thus, right now, it takes three steps: