python-click/examples/imagepipe/README
2014-10-16 14:40:34 -04:00

14 lines
310 B
Plaintext

$ imagepipe_
imagepipe is an example application that implements some
multi commands that chain image processing instructions
together.
This requires pillow.
Usage:
$ pip install --editable .
$ imagepipe open -i example01.jpg resize -w 128 display
$ imagepipe open -i example02.jpg blur save