https://github.com/peetzweg/cairobou
Command line tool to create remixes of given images.
https://github.com/peetzweg/cairobou
art cairo merging
Last synced: 8 months ago
JSON representation
Command line tool to create remixes of given images.
- Host: GitHub
- URL: https://github.com/peetzweg/cairobou
- Owner: peetzweg
- Created: 2014-09-25T14:21:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T14:13:11.000Z (over 11 years ago)
- Last Synced: 2024-10-12T12:50:09.459Z (over 1 year ago)
- Topics: art, cairo, merging
- Language: Python
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cairobou
Command line tool to create remixes of given images.

## Info
* It's not working very robustly if the given images have big differences in size.
* You can generate PDFs by using the -o option and use the extension '.pdf' for the output file.
## Quick start
Usage: cairobou.py [options] images*
Options:
-h, --help show this help message and exit
-o OUT, --out=OUT specify output file
-g GAP, --gap=GAP difference between the images
-v, --verbose print status messages to stdout
-d, --debug print status and debug messages to stdout