I need multiples images in one image whit PIL.

H

hpuerta

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?
 
R

Roy Smith

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,071
Latest member
MetabolicSolutionsKeto

Latest Threads

Top