channels
Posted: 2010-12-10T01:45:16-07:00
-threshold is described as "Apply simultaneous black/white threshold to the image."
http://www.imagemagick.org/script/comma ... #threshold
But "-threshold 50%" gives a different result than "-black-threshold 50% -white-threshold 50%". The former looks at the pixel as a whole while the latter looks at one channel at a time. "-channel RGB -threshold 50%%" switches how the first is handled. Is there a similarly simple way to switch how -black-threshold is handled?
http://www.imagemagick.org/script/comma ... #threshold
But "-threshold 50%" gives a different result than "-black-threshold 50% -white-threshold 50%". The former looks at the pixel as a whole while the latter looks at one channel at a time. "-channel RGB -threshold 50%%" switches how the first is handled. Is there a similarly simple way to switch how -black-threshold is handled?