In article <6a9d8528-5f64-4d0f-b759-1d73078eb...@googlegroups.com>, hpue...@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.
-- https://mail.python.org/mailman/listinfo/python-list