I need multiples images in one image whit PIL.

Roy Smith roy at panix.com
Wed Nov 6 10:26:36 EST 2013


In article <6a9d8528-5f64-4d0f-b759-1d73078eb9e5 at googlegroups.com>,
 hpuerta at apptitud.com.co wrote:

> Hi, I need to join multiples images in one image, in client side i don't 
> found the way to do, is possible in server side whit python django, any 
> suggest?

There are several¦ Python image manipulation packages which could do 
this.  PIL is sort of the classic, but perhaps not the most convenient 
to use:

http://www.pythonware.com/products/pil/

There are several Python bindings for ImageMagic.  I've not used it 
myself, but heard good things about it:

http://www.imagemagick.org/script/api.php#python

http://pythonvision.org/ looks like they have some good pointers to 
other possibilities.  Googling for "python image manipulation" should 
find you some more.



More information about the Python-list mailing list