python-click/examples/imagepipe
2021-10-09 21:31: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 New upstream version 8.0.2 2021-10-09 21:31:57 -04:00
README Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
setup.py New upstream version 7.1.2 2020-07-21 02:23:42 -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