Use fuzz with MagickCompareImageChannels?

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Use fuzz with MagickCompareImageChannels?

Post by rmagick »

Is it useful or even possible to set a fuzz value before calling MagickCompareImageChannels? Anthony's examples page clearly shows how to use the -fuzz option in the compare command, but I can't figure out how to specify a value for fuzz before calling MagickCompareImageChannels.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Use fuzz with MagickCompareImageChannels?

Post by magick »

Have you tried the MagickSetImageFuzz() / MagickGetImageFuzz() methods? No. Oh right. They don't exist. Give us 24 hours and we'll implement these methods.
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Use fuzz with MagickCompareImageChannels?

Post by rmagick »

Thanks! :D
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Use fuzz with MagickCompareImageChannels?

Post by rmagick »

Installed 6.5.1-9. Everything looks fine. Thanks again.
Post Reply