-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Sixel graphics are a great way to display images in high resolution, given that the terminal supports it. libsixel has Rust bindings that could be used to bring the functionality to viuer
, see on crates.io.
The way to go about it would be to check for sixel compatibility in the main print method. If that is the case, call SixelPrinter
, which lives in sixel.rs
and implements the Printer
trait.
Just like with Kitty, rabite0's hunter has a sample implementation which could be extended.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request