better note for whiteboard cleanup, had to use process today.
authorChris Koeritz <fred@gruntose.com>
Tue, 8 Jan 2013 17:05:17 +0000 (12:05 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 8 Jan 2013 17:05:17 +0000 (12:05 -0500)
scripts/gimp/how_to_use_whiteboard_cleaner_script.txt [deleted file]
scripts/gimp/whiteboard_cleaner_notes.txt [new file with mode: 0644]

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 (file)
index fb10ea6..0000000
+++ /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 (file)
index 0000000..9dfb113
--- /dev/null
@@ -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
+