File: README

package info (click to toggle)
python-asyncclick 8.1.8.0%2Basync-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,444 kB
  • sloc: python: 11,700; makefile: 22; sh: 10
file content (13 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
$ 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