Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I'm trying to remove the background of an image by using the photoshop clipping path embedded in the image, but ImageMagick seems to ignore the clippping path
Here is what i did:
Downloaded and installed ImageMagick-6.3.6-1-Q8-windows-static.exe
I have tried with all binary versions for windows from the Imagemagick Website - all with the same result. Could anyone give me a hint about what I do wrong?
I have now tried the above command, but this time with env. variable MAGICK_DEBUG set to 'all'. I now get a lot of debug information, but i still can't figure out why Imagemagick won't apply the clipping path.
I came a little step further:
Using Process Monitor, I could see that ImageMagick was looking for Ghostscript using registry lookups. I installed ghostscript and now the error messages have disappered.
convert test.tif -clip -fill red -size 640x480 test.png
I got the following results:
Windows XP (SP2)
Tested on four different machines (all with different setup/ patch level) using Convert.exe version 6.3.6Q8 static. The resulting image looks very wierd and the clipping path is still ignored. Image can be seen here: http://www.dortheogbenny.dk/test_windows.png