From 359e2d0985e617ad6de421bda835baf621523d97 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 8 Jan 2013 12:05:17 -0500 Subject: [PATCH] better note for whiteboard cleanup, had to use process today. --- scripts/gimp/how_to_use_whiteboard_cleaner_script.txt | 8 -------- scripts/gimp/whiteboard_cleaner_notes.txt | 10 ++++++++++ 2 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 scripts/gimp/how_to_use_whiteboard_cleaner_script.txt create mode 100644 scripts/gimp/whiteboard_cleaner_notes.txt 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 + -- 2.34.1