Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 782 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 782 Bytes

SixelRaster package for U++

StreamRaster interface for DEC's sixel 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.