Clipping-path problem

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?".
Post Reply
techne

Clipping-path problem

Post by techne »

hi,
i have a problem with some jpg & tiff images (like this one: http://dl.dropbox.com/u/4951080/funghi.jpg)
it seems that IM can't use all the clipping-path.
I used (for example) this command:
convert funghi.jpg +clip-path "Tracciato 1" -negate funghi_clip_negate.jpg

this is the result: http://dl.dropbox.com/u/4951080/funghi_clip_negate.jpg
it seems that a part of clipping-path is ignored.

I tried with lots of versions (on linux 32 & 64 bit) with the same result.

Thanks
Post Reply