An open API service indexing awesome lists of open source software.

https://github.com/ismail-yilmaz/sixelraster

Sixel image decoder and StreamRaster interface for for U++
https://github.com/ismail-yilmaz/sixelraster

sixel sixel-decoder sixel-graphics terminal-graphics

Last synced: 9 months ago
JSON representation

Sixel image decoder and StreamRaster interface for for U++

Awesome Lists containing this project

README

          

# SixelRaster package for U++

StreamRaster interface for DEC's ![sixel](https://en.wikipedia.org/wiki/Sixel?oldformat=true) image format.

## Features and Highlights

- Standalone package (obviously...)
- Automatically registers itself for the U++'s image decoder factory.
- Supports both RGB and HSL color spaces.
- Supports true color.
- Takes advantage of CPU intrinsics for drawing compressed images, when available.

## Example

|**Name** | **Description** |
|:--- |:--- |
| SixelRasterExample | Demonstrates the usage of SixelRaster class as a a part of U++ image decoding factory. |