I often review handwritten documents to send to colleagues, and you need to make corrections to the digital file after scanning it. (For example, I am changing the errors that I made in the original document to white.)
I am thinking of some script that can do the following:
Take an image with color scanning (say, tiff) as an input signal and make simple corrections automatically based on color corrections in the image.
For example, take the simplest case: I write only black on white. There is an area where I made mistakes, so I draw a red vicious circle (with a pen on a piece of paper) around this area. Then I look at the image (or, as a rule, many of them). Now, I would like the script to delete each of these areas in all images so that my errors disappear in the resulting image.
Any ideas how to implement this in a Linux environment, for example. with Image Magick?
It seems that Gimp with script -fu might be the way to go, it should be powerful enough. Can someone give me a hint indicating that the above example will look like in script-fu?
highsciguy
source share