fune/third_party/python/Click/examples/imagepipe
..
.gitignore
example01.jpg
example02.jpg
imagepipe.py
README
setup.py

$ 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