[wxPython-users] Re: A question on wxPython + PIL and a possible bug
by Alberto Griggio other posts by this author
Apr 15 2003 6:21PM messages near this date
Re: [wxPython-users] Re: A question on wxPython + PIL and a possible
bug
|
Re: [wxPython-users] A question on wxPython + PIL and a possible
bug
Hello,
> [...]
> Now, as for alpha blending support in wx, I have not seen it; but the
> support *is* in PIL. My first guess at the process would be to capture
> the draw event, copy the existing bitmap into a PIL canvas, do the
> blending in PIL, copy the PIL data into an image and then a bitmap, then
> blit the resultant bitmap on in the appropriate place. Sounds painful!
> But it wouldn't be as bad if you could do all of the drawing in PIL though.
>
>
> So, in conclusion, I don't think there's a way to do it in wx, but there
> is a path in PIL, albeit a long one.
>
> Good luck!
> -Shane
Thanks for the explaination. I was looking exactly for this kind of
answer. As you may have guessed, I'm not very experienced with image
manipulations, so my terminology (and understanding of what was going on)
was quite unprecise... but you definitely pointed me into the right
direction, thanks!
Alberto
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Thread:
Alberto Griggio
Alberto Griggio
Robin Dunn
Alberto Griggio
Robin Dunn
Shane Holloway (IEEE)
|