Removing guidelines from scanned sketch
Posted: 2017-08-27T08:14:31-07:00
I'm trying to remove a color by replacing it with the white background. It works partially, as you can see in the images below. Is it possible to fully replace a color?
Reason: I use colored guidelines for drawing and need to remove the lines when the sketch is done and has been scanned.
Here is the original image, which would be scanned in from a sketchbook or piece of paper.
http://www.dropbox.com/s/xvuw5q6w89zgfa ... skater.jpg
I used this imagemagick command:
Resulting image:
https://www.dropbox.com/s/jam2ko5pioq5c ... 30perc.jpg
There is still a lot of the guidelines visible. Is there a way to improve the results?
IM 7.0.6-9 on Mac OS X El Capitan
Btw, how do you embed images here? My dropbox links are not being embedded.
Reason: I use colored guidelines for drawing and need to remove the lines when the sketch is done and has been scanned.
Here is the original image, which would be scanned in from a sketchbook or piece of paper.
http://www.dropbox.com/s/xvuw5q6w89zgfa ... skater.jpg
I used this imagemagick command:
Code: Select all
convert red-grid-skater.jpg -fuzz 30% -fill white -opaque 'rgb(255,0,0)' im-out.jpg
https://www.dropbox.com/s/jam2ko5pioq5c ... 30perc.jpg
There is still a lot of the guidelines visible. Is there a way to improve the results?
IM 7.0.6-9 on Mac OS X El Capitan
Btw, how do you embed images here? My dropbox links are not being embedded.