Skip to content

termial image to text converter impelented in rust

License

Notifications You must be signed in to change notification settings

jdao55/rust-img-print

Repository files navigation

rust-img-print

Build Status

Print images to 24 bit colour termials as text

image created

Building

  1. clone repository
git clone https://github.com/jdao55/rust-img-print.git && cd rust-img-print
  1. Build using cargo
cargo build --release

Execuatable can be found at

rust-img-print/target/release/img-print

Usage

img-print [-g] <filename>
img-print [-g] <filename> <output-width> <output-height>
img-print [-g] <filename> <output-width> <output-height> <output-char>
img-print (-h | --help)

Options

-h --help Print help message

-g --greyscale Output in greyscale

Example

Tested with Konsole image created

About

termial image to text converter impelented in rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages