image-triangles/README.md
Jack Wines e0d7d4d15b
new README and examples
with caveats about blanks & square pictures
2024-02-05 03:36:42 -08:00

986 B

image-triangles

Makes a voroni diagram and fills each cell with the average color the image below in. Please note, there's currently a bug, only square images will work. Additionally, some cells will be blank.

examples

Hawaii original Hawaii post-filter Dog original Dog post-filter

to run:

with nix

nix run  --experimental-features 'nix-command flakes' -- --cornerCount 800 --input examples/birds-eye-view.png --output output.svg

with cabal

Install cabal & ghc if you don't have them.

cabal update
cabal run image-triangles -- --cornerCount 800 --input examples/birds-eye-view --output output.svg