feat: use better calculations for distance and average color

This commit is contained in:
PurpleMyst
2022-07-15 01:22:01 +02:00
parent d7c5bf5121
commit 5a9b206e5b
6 changed files with 393 additions and 118 deletions

7
justfile Normal file
View File

@@ -0,0 +1,7 @@
set shell := ["pwsh.exe", "-c"]
run side *args:
cargo run --release -- -i input -t tiles -k -m {{side}} {{args}}
run-debug side *args:
cargo run -- -i input -t tiles -k -m {{side}} {{args}}