A photo filter.
Find a file
2018-12-17 14:31:12 -05:00
app Get average RGB 2018-11-25 23:26:23 -05:00
src swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00
test setup stack 2018-11-25 21:17:26 -05:00
.gitignore Display images 2018-11-25 21:53:07 -05:00
ChangeLog.md setup stack 2018-11-25 21:17:26 -05:00
image-triangles.cabal swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00
LICENSE setup stack 2018-11-25 21:17:26 -05:00
package.yaml fixed conflict 2018-11-25 22:26:23 -05:00
project.nix swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00
README.md swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00
release.nix swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00
shell.nix swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00
sierra.jpg Display images 2018-11-25 21:55:57 -05:00
stack.yaml fixed stack 2018-11-25 21:24:19 -05:00
SVGFonts.nix swap to nix and working version with multiple faded triangles 2018-12-17 14:25:59 -05:00

image-triangles

make sure you have nix installed

curl https://nixos.org/nix/install | sh

to build:

nix-build

run with

./result/bin/image-triangles -o output.svg

to develop on:

cabal --enable-nix build

or

echo "nix: True" >> ~/.cabal/config
cabal build

run with

./dist/build/image-triangles/image-triangles -o output.svg