[Tutor] looking for image library based on PIL Image

Alan Gauld alan.gauld at yahoo.co.uk
Sun Oct 30 12:32:32 EDT 2016


On 30/10/16 15:32, Benjamin Fishbein wrote:
> I’m trying to automate a lot of images using PIL’s Image library, 
> but I don’t want to write all the filters and manipulation
> algorithms myself. Do you know of any good code that people
> have written that does this?

It depends on what kind of image manipulation you want.
You might find something on SciKit and there are libraries such
as Pymunk and and cgkit for 2&3D modelling.

And don't forget Imagemagick has Python bindings too,
Blender has a Python API while cgkit also comes with
bindings to Maya.

As for add-ons for Pillow (the v3 version of PIL) you should
ask on their dedicated forum. Last time I looked it was
fairly active.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list