mattconsto / image-bit-planes

Split an image into bit planes

Home Page:https://consto.uk/2020/07/07/image-bit-planes

Repository from Github https://github.commattconsto/image-bit-planesRepository from Github https://github.commattconsto/image-bit-planes

image-bit-planes

Split an image into bit planes

Example Image

Usage

image-bit-planes [FLAGS] [OPTIONS] <INPUT> <OUTPUT>

Flags

    --flip-x     Flip the image in the X-axis
    --flip-y     Flip the image in the Y-axis
-v               Increases the level of debugging information
-h, --help       Prints help information
-V, --version    Prints version information

Options

    --background <BACKGROUND>    Specify the background color [default: 000000]
    --foreground <FOREGROUND>    Specify the foreground color [default: ffffff]

Args

<INPUT>     Sets the input file to use
<OUTPUT>    Sets the output file to use

About

Split an image into bit planes

https://consto.uk/2020/07/07/image-bit-planes


Languages

Language:Rust 100.0%