0xflick / fluxer

Beautiful images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluxer

Generate images like those at http://koaning.io/fluctuating-repetition.html

Installation

Install via cargo install fluxer or download and run cargo build.

Usage

Usage: fluxer OUTPUT [options]

Options:
        --height HEIGHT height of the output image in pixels. Defaults to 1080
        --width WIDTH   width of the output image in pixels. Defaults to 1920
        --density DENSITY
                        density of points in final image. Defaults to 0.1
    -i, --invert        inverts colors of the final image. Defaults to false
    -s, --smooth        smooth final image by super-sampling. Defaults to
                        false
    -h, --help          print this help menu

About

Beautiful images

License:MIT License


Languages

Language:Rust 100.0%