libsixel

SIXEL image encoder and decoder for terminal graphics

brewmacoslinux
Try with needOr install directly
Source

About

SIXEL encoder/decoder implementation

Commands

img2sixelsixel

Examples

Convert a PNG image to SIXEL format for terminal display$ img2sixel image.png
Convert JPG to SIXEL with specific output width$ img2sixel -w 80 photo.jpg
Decode a SIXEL file back to PNG format$ sixel -o output.png input.sixel