Search found 1 match
- 2015-08-26T09:02:44-07:00
- Forum: Users
- Topic: Avoid a color in a jpg
- Replies: 7
- Views: 8403
Avoid a color in a jpg
Hello, I need to asure that a generated image does not contain a specific color (or very similar one). For example, to test if an image have a color I use: convert test.jpg -fuzz 1% -fill black -opaque '#d3fec3' test_2.jpg And visually check if there is any difference. But once I know there is that ...