Search found 2 matches
- 2013-12-13T02:29:37-07:00
- Forum: Users
- Topic: basic swap color failed
- Replies: 4
- Views: 2432
Re: basic swap color failed
Hello, For sure #0072C6 is not #436FC0 and both are pure RGB with no transparency. I just put too many trust in the way I picked my colors... Iconico ColorPic4.1 and veign Pixeurv3.2 are OK it's definitely that's crappy Windows Photo Viewer that failed ! Now I know I must use the commands you ...
- 2013-12-12T07:47:34-07:00
- Forum: Users
- Topic: basic swap color failed
- Replies: 4
- Views: 2432
basic swap color failed
Hello, I'm trying to do a basic color replacement operation like follows: >convert source.png -fill #77AA52 -opaque #436FC0 result.png This is not working unless I put the -fuzz operator: >convert source.png -fuzz 20% -fill #77AA52 -opaque #436FC0 result.png The color #436FC0 does exist in the ...