Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 721 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 721 Bytes

jsixel-swt

This module lets you use ImageData from SWT, allowing you to either encode ImageData to sixel data, or decoding sixel data to ImageData.

Sixels can be generated from and saved to all image formats supported by SWT (PNG, JPEG, GIF etc).

Back To JSixel

Quick Start

<dependency>
	<groupId>com.sshtools</groupdId>
	<artifactId>jsixel-swt</artifactId>
	<version>0.0.2-SNAPSHOT</version>
</dependency>

JPMS

requires transitive com.sshtools.jsixel.swt;

Image -> Sixel

To convert an ImageData to a sixel stream.

XXXX

Sixel -> Image

To convert a sixel stream to an ImageData..


XXXXX