picat

Crates.iopicat
lib.rspicat
version0.1.0
sourcesrc
created_at2021-12-02 19:33:21.799459
updated_at2021-12-02 19:33:21.799459
descriptionPicat (picture cat) converts image files to sixel grapics, and prints them to stdout.
homepage
repository
max_upload_size
id491403
size56,482
Simon Persson (SimonPersson)

documentation

README

picat - picture cat

Picat converts images to sixel graphics, and outputs them to stdout. The tool achieves high quality output by making use of the libimagequant library for converting RGBA images to the sixel palette.

Not all terminals support sixels. I have personally tested picat in xterm on Xorg and foot on Wayland.

screenshot of picat

USAGE:
    picat [OPTIONS] [<FILE>...]

    If FILE is omitted, picat reads a single image from stdin.

OPTIONS:
    -w, --width <pixels>    Output image width in pixels
    -h, --help              Display this help page
Commit count: 0

cargo fmt