konradsz / terminal_image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal_image

Allows to display images in ANSI terminals.

Tiny project created to learn Rust. Inspired by https://github.com/hopey-dishwasher/termpix

USAGE:
    terminal-image [FLAGS] [OPTIONS] <input_file>

FLAGS:
        --help          Prints help information
        --true-color    Uses 24-bit color palette
    -V, --version       Prints version information

OPTIONS:
    -h, --height <height>    Sets height
    -w, --width <width>      Sets width

ARGS:
    <input_file>    An input image to display

lena-256 colors lena-24-bit palette

About


Languages

Language:Rust 100.0%