Starting with this image and using ImageMagick 6.5.1-0 (the default with Ubuntu 9.10) I apply:
Code: Select all
convert patrick.png -white-threshold 75% patrick-6.5.1.png
On the same machine, I installed ImageMagick 6.5.8-1 (which appears to be the latest version) and used:
Code: Select all
convert patrick.png -white-threshold 75% patrick-6.5.8.png
Is this a bug with -white-threshold in 6.5.8? 6.5.4-7 (shipped with Fedora 12) does the same as 6.5.8-1 but there appears to be nothing in the changelog about a deliberate change to -white-threshold between 6.5.1 and 6.5.4.
Any help would be appreciated.
Thanks,
Cliff.