[Image-SIG] Improving speed of PIL applications....

Aaron Optimizer Digulla digulla at hepe.com
Wed Oct 22 14:25:36 EDT 2003


On Wed, Oct 22, 2003 at 03:30:15AM -0700, Siva Chandra wrote:

> 
> hello,
> 
> I am working on an Image processing project and am
> using PIL for that. Evrything works fine but its all
> so damn slow. Is there a fast algorithm to implement
> region growing? And is there a fast way of doing point
> processing which cannot be done by a Look up table?

Look for Numpy which is an extension to Python to
process large arrays of numbers or matrices.

Also, Pygame might be interesting (because it's
speed optimized).

-- 
Aaron "Optimizer" Digulla a.k.a. Philmann Dark
"It's not the universe that's limited, it's our imagination.
Follow me and I'll show you something beyond the limits." 
http://www.philmann-dark.de/



More information about the Image-SIG mailing list