From: Chris Koeritz Date: Tue, 8 Jan 2013 17:05:17 +0000 (-0500) Subject: better note for whiteboard cleanup, had to use process today. X-Git-Tag: 2.140.90~1152 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=359e2d0985e617ad6de421bda835baf621523d97;p=feisty_meow.git better note for whiteboard cleanup, had to use process today. --- diff --git a/scripts/gimp/how_to_use_whiteboard_cleaner_script.txt b/scripts/gimp/how_to_use_whiteboard_cleaner_script.txt deleted file mode 100644 index fb10ea61..00000000 --- a/scripts/gimp/how_to_use_whiteboard_cleaner_script.txt +++ /dev/null @@ -1,8 +0,0 @@ -gimp -i -b '(batch-whiteboard-clean "*.png")' -b '(gimp-quit 0)' - -# the batch-whiteboard-clean.scm script should go in: ~/.gimp-2.6/scripts - -# from sites: -# http://matthew.mceachen.us/blog/how-to-clean-up-photos-of-whiteboards-with-gimp-403.html -# http://registry.gimp.org/node/19822 - diff --git a/scripts/gimp/whiteboard_cleaner_notes.txt b/scripts/gimp/whiteboard_cleaner_notes.txt new file mode 100644 index 00000000..9dfb1139 --- /dev/null +++ b/scripts/gimp/whiteboard_cleaner_notes.txt @@ -0,0 +1,10 @@ + +how to clean whiteboard snapshots in general: + http://matthew.mceachen.us/blog/how-to-clean-up-photos-of-whiteboards-with-gimp-403.html + +script for whiteboard cleaning in batch can be found in this folder also. +the batch-whiteboard-clean.scm script should go in: ~/.gimp-2.6/scripts +command: + gimp -i -b '(batch-whiteboard-clean "*.png")' -b '(gimp-quit 0)' +from site: http://registry.gimp.org/node/19822 +