Possible Duplicate:
Image Processing, In Python?
There is a Python module for image processing?
I would like to analyze, modify and create other images.
Possible Duplicate:
Image Processing, In Python?
There is a Python module for image processing?
I would like to analyze, modify and create other images.
check the Image Module http://effbot.org/imagingbook/image.htm
next time, try to google it :) unless you have some special requirement
Try the Python Image Library:
http://www.pythonware.com/library/
Some of it is a bit abstract (like the methods for manipulating image statistics) but in general it supports most formats.
Update There is a fork http://python-pillow.org/ which looks fairly active.