Skip to content

DrPandemic/rustcii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustcii

Simple image to ascii image.

How to use it?

USAGE:
    rustcii [FLAGS] [OPTIONS] <SIZE> <INPUT>
FLAGS:
    -h, --help       Prints help information
    -t               Renders in the terminal
    -V, --version    Prints version information
OPTIONS:
    -o, --output <FILE>    Sets the output file
ARGS:
    <SIZE>     Sets the tile size
    <INPUT>    Sets the input file to use

Examples

rustcii -o output.jpg 12 input.jpg

and

rustcii -t input.jpg 12

  • The SIZE is the size of a tile.
  • -t outputs the result on the terminal.

Supported formats

Every supported format in piston's image library should be available.

About

Transforms images into ASCII images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages