python-click/examples/imagepipe/README

14 lines
310 B
Plaintext
Raw Permalink Normal View History

2014-10-16 20:40:34 +02:00
$ 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