Skip to content

SimonTeixidor/picat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Installation

Picat requires a rust toolchain. Installation is done using:

cargo install picat

Usage

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages