This program takes images and transforms them into abstract art pieces.
cp data/formula.yml.example data/formula.yml
make run
Will turn
into:
Image + Transformation = New Image
- You supply a source image
- The transformation applies a lot of mathematics to figure out which pixel of the source should be used
- The output image uses the pixel as a color.
The transformation offers the most customization.
- How to install
- Command Line Options
- Transformations