Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 479 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 479 Bytes

Sixel


Pixel Graphics In Your Terminal Emulator



Limitations

  • Sixel drawing area is at least 30 x 6 pixels large.

  • Maximum of 256 colors per image

  • Vertical step size : 6 pixels

  • Splitting up the image into small bits to increase
    the color palette results in heavy performance
    cost due to shitty image handling of the terminal.