I'm using the following to fill the area surrounding a given pixel with a particular colour:
Code: Select all
convert input.jpg -fill red -fuzz 10% -draw "color 10,10 floodfill" output.jpg
Many thanks
Greg
Code: Select all
convert input.jpg -fill red -fuzz 10% -draw "color 10,10 floodfill" output.jpg