标签: python image-manipulation python-imaging-library
我正在编写一个photomosaic python应用程序。
我想知道如何使用Python / PIL从图像池中使用多个较小的图像来创建最终图像(.jpg)。我有一个顺序,我希望各种图像在二维列表中。
答案 0 :(得分:0)
在第一个PIL文档页面上记录(paste()方法):
http://effbot.org/imagingbook/image.htm
另外:
http://www.daniweb.com/software-development/python/threads/128112 http://bytes.com/topic/python/answers/22566-overlaying-transparent-images-pil