In article <[email protected]>, [email protected] 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.
-- https://mail.python.org/mailman/listinfo/python-list
