Re: [MBS] Improvements for new Picture object types

2018-04-18 Thread Christian Schmitz
> Am 18.04.2018 um 23:57 schrieb Michael Diehr : > > Can you explain the difference between > > PictureMBS.CopyPictureWithMask > and > PictureMBS.CopyPictureWithAlpha (new in 18.0) > > It sounds like WithMask gives you 32 bit RGBA data (e.g. the "new style" xojo > picture)? No. CopyPictureWi

Re: [MBS] Improvements for new Picture object types

2018-04-18 Thread Michael Diehr
Can you explain the difference between PictureMBS.CopyPictureWithMask and PictureMBS.CopyPictureWithAlpha (new in 18.0) It sounds like WithMask gives you 32 bit RGBA data (e.g. the "new style" xojo picture)? And WithAlpha gives you the old style 24bit RGB Picture + separate Mask picture? Or

Re: [MBS] Improvements for new Picture object types

2018-04-18 Thread Christian Schmitz
> Am 18.04.2018 um 17:35 schrieb Michael Diehr : > > Hi Christian, > > In particular, Pictures now come in five flavors: Well, actually we handle 10 different kinds as per platform the types differ. > * Old style (32 bit picture + separate mask) - these are still used by the > framework in s

[MBS] Improvements for new Picture object types

2018-04-18 Thread Michael Diehr
Hi Christian, This is a general feature request. Xojo now has a complicated variety of image objects as described here: http://developer.xojo.com/hidpi-support In particular, Pictures now come in five flavors: * Old style (32 bit picture + separate mask) - these are still used by the f