MagickThresholdImage threshold parameter range

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
Isleo
Posts: 4
Joined: 2014-12-23T03:48:23-07:00
Authentication code: 6789

MagickThresholdImage threshold parameter range

Post by Isleo »

Hi everyone,

First of all, thanks you for this fantastic library. Secondly, which is the thereshold parameter range in MagickThresholdImage method?

Thanks you in advance.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: MagickThresholdImage threshold parameter range

Post by dlemstra »

The range for that parameter is zero to QuantumRange.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Isleo
Posts: 4
Joined: 2014-12-23T03:48:23-07:00
Authentication code: 6789

Re: MagickThresholdImage threshold parameter range

Post by Isleo »

Thanks you! :)
Post Reply