tibounise / Esther

Image export for microcontrollers with floyd-steinberg algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image export for microcontrollers with floyd-steinberg algorithm.

License:The Unlicense


Languages

Language:C 98.5%Language:Makefile 1.5%