Skip to content

Image export for microcontrollers with floyd-steinberg algorithm.

License

Notifications You must be signed in to change notification settings

tibounise/Esther

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published