[PyQt] Pixel Manipulation Very Slow?

Dan Halbert halbert at halwitz.org
Fri Aug 20 15:29:37 BST 2010


  Also see whether PIL, the Python Imaging Library 
(http://www.pythonware.com/products/pil/index.htm) will do what you 
want. It has a number of image-manipulation primitives which are coded 
in C at the low level. It also has pixel get/put, but that would 
probably not be significantly faster.

Dan


More information about the PyQt mailing list