white-threshold

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
RetroJ
Posts: 108
Joined: 2006-10-25T08:12:50-07:00

white-threshold

Post by RetroJ »

With imagemagick 6.4.6 on a Debian system, the following command results in a black canvas. White-threshold seems to do the opposite of what the documentation says---or is there something I am missing?

Code: Select all

convert -size 100x100 xc:'rgb(200,200,200)' -white-threshold 199 x:
By the way, it would be nice if this forum's search were less restrictive. It wouldn't let me search for the term "white-threshold" when I tried to research my question.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: white-threshold

Post by magick »

You found a bug. Look for a fix in ImageMagick-6.4.6-6 available sometime tomorrow.
RetroJ
Posts: 108
Joined: 2006-10-25T08:12:50-07:00

Re: white-threshold

Post by RetroJ »

Thanks so much.
Post Reply