Are there better alternatives to PIL (Python Imaging Library - http://is.gd/3OPI ) for basic image file I/O and processing in Python?
|
|
|||||||||
|
|
|
Not really. PIL is pretty much what everybody uses. I've never had any difficulties with it myself. However, if you really don't like it, you could check out PythonMagick or PythonMagickWand, which are wrappers around ImageMagick, which may be more to your taste. |
||
|
