Page 1 of 1

'no clip path defined' with 6.6.6, works with 6.5.7

Posted: 2010-12-14T05:58:04-07:00
by Nauta
Clippath seems not to be working with version 6.6.6 on Windows:

Code: Select all

C:\>"c:\Program Files (x86)\ImageMagick-6.6.6-Q16\convert.exe" -verbose clippath.jpg -fill blue -clip -draw "color 0,0 reset" test.jpg

clippath.jpg JPEG 2008x3040 2008x3040+0+0 8-bit DirectClass 511KB 0.140u 0:00.142
clippath.jpg=>test.jpg JPEG 2008x3040 2008x3040+0+0 8-bit DirectClass 98.3KB 0.265u 0:00.261
convert.exe: no clip path defined `clippath.jpg': No such file or directory @ error/image.c/ClipImagePath/687.
But works with version 6.5.7:

Code: Select all

C:\>"c:\Program Files (x86)\ImageMagick-6.5.7-Q16\convert.exe" -verbose clippath.jpg -fill blue -clip -draw "color 0,0 reset" test.jpg
clippath.jpg JPEG 2008x3040 2008x3040+0+0 8-bit DirectClass 499KiB 0.156u 0:00.157
clippath.jpg=>test.jpg JPEG 2008x3040 2008x3040+0+0 8-bit DirectClass 144KiB 0.764u 0:00.562
ImageMagick installation file comes from here:
ftp://mirror.aarnet.edu.au/pub/imagemag ... static.exe

Image used to test:
http://193.173.51.231/clippath.jpg

Re: 'no clip path defined' with 6.6.6, works with 6.5.7

Posted: 2010-12-14T06:30:03-07:00
by magick
The bug is fixed in the latest release but we have not pushed it out to all the Windows binaries just yet. We'll have new binaries by end-of-week.

Re: 'no clip path defined' with 6.6.6, works with 6.5.7

Posted: 2010-12-14T09:20:38-07:00
by Nauta
Thanks for your quick reply. We will look at the new Windows binaries by then.