Maybe I am unaware of the right way to do it, but the only way I can
think to draw several shapes of different transparencies is to create
an image for each layer and then combine them which seems overly
complex. It would be nice to simply be able to specify colors with an
alpha value combined (ie
PB wrote:
> I have been using PIL for generating images, however it does not
> easily support operations with transparency etc.
>
> I tried to install aggdraw but it wouldn't compile.
>
> Ideally I'd like something open source so I can adapt it, hopefully
> mostly written in python rather than C.
>