Last updated:
0 purchases
pega 0.3.0
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:
green-tree-python-226553_1920.jpg
line-660781_1920.jpg
snake-1285354_640.jpg
snake-37585_640.png
License
pega is distributed under the terms of the MIT license.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.