Skip to content

mattconsto/image-bit-planes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages