-sketch fails in 6.4.1-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
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

-sketch fails in 6.4.1-7

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

Re: -sketch fails in 6.4.1-7

Post 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.
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: -sketch fails in 6.4.1-7

Post by rmagick »

Thanks for the quick reply!
Post Reply