velichkoStoev / simple-filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-filter

Simple filter is a small Python script that applies basic filters to your image.

Available filters:

  • grayscale
  • luminance
  • desaturation
  • min_decomposition
  • max_decomposition

Install

  1. (optional) Consider using virtualenv and virtualenvwrapper.
  2. Install Pillow by running pip install Pillow.

Execute

python simple_filter.py -p ~/path/to/img -f the-name-of-the-filter

or

python simple_filter.py --path=~/path/to/img --filter=the-name-of-the-filter

See the help output

python simple_filter.py -h or python simple_filter.py --help

About

License:MIT License


Languages

Language:Python 100.0%