From: Cullen N. <cul...@gm...> - 2007-02-26 19:34:57
|
Alec, I do that sort of thing (well not exactly) often in Matlab, where the image is represented by a matrix, and then simply doing some appropriate math on it, in a loop. I have never tried it in Python, though I think that PIL (Python Imaging Library) and SciPy might have what you'd need to do it relatively quickly. Also have a look at the Enthought Python package. Unless of course, you find that someone else has done it already. Cullen On 2/25/07, Alec Bennett <wry...@gm...> wrote: > I'm guessing no, but thought I'd ask: is it possible to control the alpha > state of a picture from Python Card? So, for example, I could do a fade > transition? |