Re: is there python image lib that does imagemagick?
Hi! On Windows, you can drive (manage?) ImageMagick from Python, via COM. See: http://www.imagemagick.org/script/api.php#com+ @-salutations -- Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list
Re: is there python image lib that does imagemagick?
On Mon, 08 Jun 2009 08:13:37 -0700, Xah Lee wrote: > is there a python image library that does pretty much what imagemagick > does? Python Imaging Library (PIL). http://pypi.python.org/pypi/PIL/1.1.6 -- Steven -- http://mail.python.org/mailman/listinfo/python-list
is there python image lib that does imagemagick?
is there a python image library that does pretty much what imagemagick does? all i need is for converting png/jpg, and scaling images. No need other fancy things imagemagick does. i know there's a python wrapper for imagemagick, but i need independent ones that doesn't require shell calls. Basically i have a python script that works in os x that process a dir of html files and generate thumbnails. I'm porting to Windows and wish to get rid of imagemagick dependence. Thanks. Xah ∑ http://xahlee.org/ ☄ -- http://mail.python.org/mailman/listinfo/python-list