Mercurial > repos > tomasz-bednarz > filter_tools
annotate README @ 3:952a37c4ffc8 default tip
contact added
author | tomasz-bednarz |
---|---|
date | Tue, 26 Nov 2013 13:17:03 +1100 |
parents | 795060eb6643 |
children |
rev | line source |
---|---|
3 | 1 Part of http://cloudimaging.net.au |
2 | |
1 | 3 Image filters supported: |
4 | |
5 * Median | |
6 * Emboss | |
7 * Blur | |
8 * Contour | |
9 * Detail | |
10 * Edge Enhance | |
11 * Edge Enhance More | |
12 * Find Edges | |
13 * Sharpen | |
14 * Smooth | |
15 * Smooth More | |
16 * Min | |
17 * Max | |
18 * Mode | |
19 * Invert | |
20 | |
21 Required: http://www.pythonware.com/products/pil/ | |
3 | 22 |
23 For more info please contact tomasz.bednarz (at) csiro dot au. |