/Esther

Image export for microcontrollers with floyd-steinberg algorithm.

Primary LanguageCThe UnlicenseUnlicense

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