Here is what I think the command should look like:
Code: Select all
convert +clip-path #1 -fill white -draw "color 0,0 reset" in.jpg out.jpg
What am I doing wrong?
Any help is much appreciated.
Code: Select all
convert +clip-path #1 -fill white -draw "color 0,0 reset" in.jpg out.jpg
Code: Select all
convert +clip-path \#1 -fill white -draw "color 0,0 reset" in.jpg out.jpg
convert +clip-path '#1' -fill white -draw "color 0,0 reset" in.jpg out.jpg