PIL speed and fear
Nick Perkins
nperkins7 at home.com
Fri Jun 1 22:20:37 EDT 2001
More information about the Python-list mailing list
Fri Jun 1 22:20:37 EDT 2001
- Previous message (by thread): Indentation style...
- Next message (by thread): PIL speed and fear
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I would definitely run the filter in another thread, if it takes more than a fraction of a second. This will not make the filter run faster, but will simply keep the gui from 'freezing up' while the calculations are going on.
- Previous message (by thread): Indentation style...
- Next message (by thread): PIL speed and fear
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list