使用 PIL 创建较小图像的新图像
我正在编写一个照片马赛克 python 应用程序。
我想知道如何使用 Python/PIL 使用图像池中的多个较小图像来创建最终图像 (.jpg)。我希望各种图像处于二维列表中的顺序。
I am writing a photomosaic python application.
I want to know how to create the final image (.jpg) using multiple smaller images from a pool of images with Python/PIL. I have the order in which I want the various images to be in a 2-dimensional list.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
记录在第一个 PIL 文档页面(paste() 方法):
http://effbot.org/imagingbook/image .htm
另外:
http://www.daniweb.com/软件开发/python/threads/128112
http://bytes.com/topic/python/answers/22566 -覆盖透明图像-pil
Documented on the first PIL documenation page (paste() method):
http://effbot.org/imagingbook/image.htm
In addition:
http://www.daniweb.com/software-development/python/threads/128112
http://bytes.com/topic/python/answers/22566-overlaying-transparent-images-pil