You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rustemb@machine srcery-convert]$ time cargo run -- ~/Pictures/Saturn.png Saturn.png
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/srcery-convert /home/rustemb/Pictures/Saturn.png Saturn.png`
real 0m16.007s
user 0m15.846s
sys 0m0.034s
[rustemb@machine srcery-convert]$ time cargo run --release -- ~/Pictures/Saturn.png Saturn.png
Finished release [optimized] target(s) in 0.09s
Running `target/release/srcery-convert /home/rustemb/Pictures/Saturn.png Saturn.png`
real 0m0.732s
user 0m0.648s
sys 0m0.029s
I use a bias when calculating distance between colors, seems a bit wrong, the program tends to favor the wrong color sometimes
The text was updated successfully, but these errors were encountered: