Hello
Converting images and resizing with ImageMagick through
mogrify and convert is a great, not to say fast and easy.
However Im working on a project which handles more filetypes
than just JPG and GIF, namely EPS, PSD and TIFF images
with clipping path.
So, here is my problem. Is it possible with ImageMagick to
wipe/fill the outside of the path with e.g. white?
If you have an image with a clipping path, and use this :
convert -clip -negate <file1> <file2>
This with innverse the colours inside the clipping path.
Ofcourse, I would like to work with the otside of the path,
and fill it with a color, black or white.
Anyone have a sollution for this problem?
Maby there is another modul for linux/unix that can do this?
I included a file which you can use for testing purposes if you by some reson do now have an image with a path within.
Hoping for help,
Kim Steinhaug