yaph / pega

A command line tool for pasting images on top of other images.

Home Page:https://pypi.org/project/pega/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pega

A command line tool for pasting images on top of other images.

Sample Commands

Paste 1 image on base image:

pega tests/images/base-1000x1000-m100-0-200-0.png tests/images/green-tree-python-226553_1920.jpg

For all JPEG files in directory create a new image with the JPEG pasted on the base image:

pega tests/images/base-1000x1000-m100-0-200-0.png tests/images/*.jpg

Specify margins of pasted image relative to base and output directory:

pega tests/images/base-1000x1000-m100-0-200-0.png tests/images/green-tree-python-226553_1920.jpg \
    --margins 140 40 240 40 --output-dir tests/output/

Show command help:

pega -h

Credits

Test images:

License

pega is distributed under the terms of the MIT license.

About

A command line tool for pasting images on top of other images.

https://pypi.org/project/pega/

License:MIT License


Languages

Language:Python 81.4%Language:Makefile 11.7%Language:Shell 6.9%