python-click/examples/imagepipe
2016-04-06 12:13:57 -04:00
..
.gitignore Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
example01.jpg Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
example02.jpg Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
imagepipe.py Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
README Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
setup.py Imported Upstream version 4.1 2015-07-16 08:26:14 -04: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