Clipping paths on Linux
Posted: 2008-06-13T00:41:21-07:00
I have a lot of images with clipping paths, and I need all the backgrounds to be white.
Here is what I think the command should look like:
- and that works as it should on a windows machine. When I try it on linux, it won't accept it as a valid convert command. It just shows the help page.
What am I doing wrong?
Any help is much appreciated.
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.