News123 <[email protected]> wrote: > >Yes, this might be an option >Somehow though it didn't feel right for me to depend on internal non >documented data types, which might change between releases of PIL.
That's absolutely true. If performance is a priority, somethimes you have to do things that are "dirty". Just include lots of comments saying what you did and why. Personally, because so much of PIL is in C, I would judge internal changes to be unlikely. -- Tim Roberts, [email protected] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list
