Skip to content
/ Sixel Public

CLI image rendering module.

License

Notifications You must be signed in to change notification settings

Pordeno/Sixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.