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.jpgWhat 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.jpgCode: 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.jpgUsers browsing this forum: Bing [Bot] and 10 guests