merge-images:将多张图片合并为一张图片

时间:2024-06-24 01:52:11
【文件属性】:

文件名称:merge-images:将多张图片合并为一张图片

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-24 01:52:11

Python

合并图像.py 此脚本将多个图像合并为一个图像。 图像按最大图像的尺寸平铺,并输出为具有透明度的 PNG。 例如,这可用于从一系列单独的图像创建精灵表。 要求 Python 3 Pillow,友好的 PIL fork ( ),与 zlib 一起安装 用法 usage: merge_images.py [-h] [-c COLUMNS] [-f] [-H HEIGHT] [-W WIDTH] [-o OUTPUT] file [file ...] Merge images into a single image. positional arguments: file the image files to merge optional arguments:


【文件预览】:
merge-images-master
----merge_images.py(3KB)
----readme.md(1KB)
----license.txt(1KB)

网友评论