Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 773 Bytes

Esther

Image export for microcontrollers with floyd-steinberg dithering. Compatible with Adafruit-GFX-Libary and SSD1306-AVR bitmap formats.

Compilation

Requires LibGD. To compile, simply do :

cd src/
make

Usage

esther myImage.png

If dithering annoys you, you can disable it :

esther -d myImage.jpg

Examples

Original image No dithering With dithering
Original image Non dithered image Dithered image