recent changes
Jonathan Coles
jonathan at jpcoles.com
Fri Jan 28 17:16:14 CET 2005
- Previous message: jonathan: thuban/test test_baserenderer.py, 1.9, 1.10 test_layer.py, 1.33, 1.34 test_load.py, 1.44, 1.45 test_save.py, 1.34, 1.35 test_load_1_0_1.py, 1.1, NONE
- Next message: recent changes
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
here's a summary of the changes i just checked in:
o Assume that a mask should always be applied to a layer
unless the user explicitly turns it off. The flag is
*not* saved, however.
o Instead of returning the mask as RGB triples, it suffices
to create a bit array that can be used to create a bitmap
using wxBitmapFromBits(). This reduces the amount of
memory and also eliminates the need to first convert the
mask to a wxImage and then to a wxBitmap.
o Support for alpha blending only exists at the C++ level,
although the alpha channel can be requested from the python
level, but isn't. wxWidgets >=2.5 supports alpha blending,
but the actually python drawing code hasn't been changed to
support it. It should be possible to determine if alpha
support is available and use it if the user wants to.
--jonathan
--
=====================================================================
Jonathan Coles http://www.jpcoles.com
jonathan at jpcoles.com GnuPG Key: /gpg_pub_key.asc
=====================================================================
- Previous message: jonathan: thuban/test test_baserenderer.py, 1.9, 1.10 test_layer.py, 1.33, 1.34 test_load.py, 1.44, 1.45 test_save.py, 1.34, 1.35 test_load_1_0_1.py, 1.1, NONE
- Next message: recent changes
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)