sixel alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view sixel alternatives based on common mentions on social networks and blogs.
-
implicit
A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation... -
log-warper
DISCONTINUED. Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of sixel or a related project?
Popular Comparisons
README
SIXEL Library for Haskell
SIXEL, short for "six pixels", is a bitmap graphics format supported by terminals and printers from DEC. It can show graphics in a terminal emulator.
libsixel provides various demos using SIXEL.
This library is developed for displaying images on ghci.
Usage
This library provides "Show-intances of Sixel-Commands" and "ToSixel type class to change image data into Sixel-Cmmands". To render image data on ghci, just run 'toSixel image-data'. 'putImage' is a wrapper of "readImage 'image-file' >>= putStr.show.toSixel".
See following demo.
Terminal requirements
For using sixel, see terminal requirements of libsixel.
This library supports OSC-1337, too. OSC-1337 is available for iterm2 and hterm of crostini.