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 
framework in some places.
  * MutableBitmap (32 bit RGBA picture - no separate mask)
  * ImmutableBitmap (available with SupportHiDPI is ON).
  * Vector
  * Image Sets (which contain multiple Pictures)

It would be nice if MBS Plugins had updates to reflect the new complexity:
  * Documentation changes to clarify which type(s) are supported
  * Increased support for the newer types 
    for example, the PictureMBS.Constructor(picture,useAlpha) could support the 
ImmutableBitmap type
  * Deprecation for the older types as needed
  * etc.

Thanks!

Mike    
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to