Page 1 of 1

-sketch fails in 6.4.1-7

Posted: 2008-06-12T16:06:04-07:00
by rmagick
The following command fails in 6.4.1-7. I'm pretty sure it worked in 6.4.1-6, although I don't have that one installed now.

Code: Select all

convert Flower_Hat.jpg -colorspace gray  -sketch 0x10+135 sketch.jpg
The input image is Image
Here's the output from 6.4.0-11: Image.
Here's the output from 6.4.1-7: Image

In my Ruby test script, SketchImage returns NULL without setting any fields in the exception structure. Please let me know if you need any more information.

Re: -sketch fails in 6.4.1-7

Posted: 2008-06-12T17:04:25-07:00
by magick
We have a patch for the problem you reported in ImageMagick 6.4.1-8 Beta available in the subversion trunk now. Thanks.

Re: -sketch fails in 6.4.1-7

Posted: 2008-06-12T17:18:32-07:00
by rmagick
Thanks for the quick reply!