Search found 1 match

by mpavlis
2019-02-19T12:22:05-07:00
Forum: Bugs
Topic: Possible bug with threshold
Replies: 1
Views: 7791

Possible bug with threshold

I am trying to turn all the colors on images to black. I test using two different files, I worked perfectly the other turned everything white. No errors or warnings.

commands I used:
convert test.png -threshold 99% result.png
convert test2.png -threshold 99% result2.png

Images and results here ...