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++
- Host: GitHub
- URL: https://github.com/ismail-yilmaz/sixelraster
- Owner: ismail-yilmaz
- License: other
- Created: 2022-09-11T19:49:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T08:53:22.000Z (over 1 year ago)
- Last Synced: 2025-08-31T01:35:47.916Z (9 months ago)
- Topics: sixel, sixel-decoder, sixel-graphics, terminal-graphics
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SixelRaster package for U++
StreamRaster interface for DEC's  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. |