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

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
Nauta

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

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
Nauta

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

Post by Nauta »

Thanks for your quick reply. We will look at the new Windows binaries by then.
Post Reply