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: dim data as new memoryBlock (w*h*4) ... dim p as Picture = MemoryblockARGBtoPictureMBS(data,0,w,h,false) dim pMask as picture = MemoryblockGrayToPictureMBS(data,0,w,h,4) p.ApplyMask pMask would be nice to have a single method to do it. _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
