@ error/image.c/Clip ImagePath/717

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
yugalgupta
Posts: 5
Joined: 2014-06-24T02:55:51-07:00
Authentication code: 6789

@ error/image.c/Clip ImagePath/717

Post by yugalgupta »

Hi
I am using ImageMagick 6.8.9-5 Q16 x86_64 on Red Hat linux environment.

I executed the command from jpg image to png image with the following command
-alpha transparent -clip -alpha opaque

I got error - @ error/image.c/Clip ImagePath/717

Please help and it is very urgent.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: @ error/image.c/Clip ImagePath/717

Post by fmw42 »

I would suggest you provide your input image and exact command line. It is hard to tell what is wrong without seeing both. You can upload your image to dropbox.com (public folder) and put the URL here. Perhaps your path is corrupted or not define properly or even missing from the file.

Is your input image sRGB or CMYK?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: @ error/image.c/Clip ImagePath/717

Post by dlemstra »

You are getting this error because your image does not contain a clip path.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply