9dfb113936e9774a4ee355f85c21c7328127db6f
[feisty_meow.git] / infobase / patterns / gimp / whiteboard_cleaner_notes.txt
1
2 how to clean whiteboard snapshots in general:
3   http://matthew.mceachen.us/blog/how-to-clean-up-photos-of-whiteboards-with-gimp-403.html
4
5 script for whiteboard cleaning in batch can be found in this folder also.
6 the batch-whiteboard-clean.scm script should go in: ~/.gimp-2.6/scripts
7 command:
8   gimp -i -b '(batch-whiteboard-clean "*.png")' -b '(gimp-quit 0)'
9 from site: http://registry.gimp.org/node/19822
10