Python Imaging Library
Валерий20 лет в сервисе
Данные заказчика будут вам доступны после подачи заявки
06.02.2005
I'm using Python Imaging Library (http://www.pythonware.com/), and
WxPython (www.wxpython.org). The integration between the two is not
perfect, and I want to do some work on high speed conversion between PIL
and WxPython.
Since both are open-source, it is relatively easy to do this work.
What I want is a high speed program, to convert PIL images to WxPython.
This should run without doing redundant memory copies. It is meant to be
used on large photos, so the conversion speed is very important.