Log Message: |
Add support for saving and loading the opacity and mask type properties of
RasterLayers. Also add support for proper use of alpha information while
drawing images not in 'RAW' format. If transparency in an image format
(e.g, PNG) is supported by wxWidgets then the image would previously have been
draw with transparent regions, but the opaque regions would have been
unaffected by a change in the layer's opacity. This patch corrects the problem.
|