white-threshold
Posted: 2008-12-09T19:11:38-07:00
In a previous version of ImageMagick the following code would convert every pixel that wasn't fully black to white from the command line:
convert -white-threshold 1 zimage.png zimage.png
That no longer works, now the result of that call is an all-black canvas.
I've tried alternatives I've found by searching these forums, but none of the following seem to work:
convert input.jpg -white-threshold 57825 output.jpg
convert input.jpg -white-threshold 88% output.jpg
Variations of them all result in a black canvas. Is this a bug or am I a noob?
Help plx
convert -white-threshold 1 zimage.png zimage.png
That no longer works, now the result of that call is an all-black canvas.
I've tried alternatives I've found by searching these forums, but none of the following seem to work:
convert input.jpg -white-threshold 57825 output.jpg
convert input.jpg -white-threshold 88% output.jpg
Variations of them all result in a black canvas. Is this a bug or am I a noob?
Help plx