Skip to content

bradparker/stacker

Repository files navigation

Stacker

This is a photographic effect. It takes a JPG and translates it into five-tone greyscale, then renders those tones using horizontal lines. It looks a little like an etching.

Example

Input

Input boardroom

Output

Output boardrom

Setup

Install Nix then:

$ nix-shell --run 'cabal run -- --input ./some-image.jpg --output ./some-converted-image.jpg'

That should be all you need.

Releases

No releases published

Packages

No packages published