X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fgimp%2Fwhiteboard_cleaner_notes.txt;fp=scripts%2Fgimp%2Fwhiteboard_cleaner_notes.txt;h=9dfb113936e9774a4ee355f85c21c7328127db6f;hb=359e2d0985e617ad6de421bda835baf621523d97;hp=0000000000000000000000000000000000000000;hpb=f590bba5ff799c7d5ce43efbb95f783af68a1036;p=feisty_meow.git 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 +