Re: PNG processing with only base python install

2005-11-08 Thread Szabolcs Nagy
use pil for image processing in python (http://www.pythonware.com/products/pil/) if pil is not installed then i don't think you can process png files (well at least there is a pure python jpeg decoder: http://davidf.sjsoft.com/files/pyjpeg/) -- http://mail.python.org/mailman/listinfo/python-list

PNG processing with only base python install

2005-11-08 Thread Iain King
My web server supports python CGI scripts, but I can't install anything else there - I can just use what they've provided. I want to process some PNG images - any ideas how I can do this with just the basic modules? Is there an image processing module written purely in Python? Iain -- http://m