overlay.py :制作多图像合成 警告:由于缺乏使用,此存储库不再维护。如果您有兴趣使用此软件,请告诉我。我也许可以再次开始维护它。 用法 安装依赖项: pip install -r requirements.txt 用法: python overlay.py img1 img2 [additional images] 有关用法的详细信息,请参见程序的帮助输出: $ python overlay/overlay.py -h usage: overlay.py [-h] [--mean] images [images ...] overlay: Makes multi-image composites positional arguments: images Space-separated paths to the images to combine optional