Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 647 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 647 Bytes

jsixel-javafx

This module lets you use Image from JavaFX, allowing you to either encode an Image to sixel data, or decoding sixel data to an Image.

Sixels can be generated from all image formats supported by Java (PNG, JPEG, GIF etc), but may not yet be saved in those formats.

Back To JSixel

Quick Start

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

Image -> Sixel

To convert a Image to a sixel stream.

XXXX

Sixel -> Image

To convert a sixel stream to a Image..


XXXXX