Skip to content

Solution to convert an image to a EPAPER display compatible format

License

Notifications You must be signed in to change notification settings

mtribiere/EPAPER-Image-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPAPER Image Converter License: MIT

A simple tool to convert an image from various format like .png, .bmp, .jpg, .jpeg,... to a EPAPER monochrome display format. The format used here is from left to top to bottom from left, to right, and by grouping 8 bits. It has been develloped in parrallel with the library ESP8266_EPAPER_lib : https://github.com/mtribiere/ESP8266-EPAPER-Lib

You can choose beetween to options : an UI-based, and an CLI-based.

Version Screenshoot
QT_UI
Pure_CPP

QT_UI Version

Compiling

Simply import the Qt project from the "QT_UI" folder inside your install of Qt, and press RUN on the bottom left.

Running

Same as above or,

cd /your/repo/clone/QT_UI/bin
./Epaper_Converter


Pure_cpp Version

Compiling

sudo apt-get update
sudo apt-get install libmagick++-dev
cd /your/repo/clone/Pure_cpp
c++ -o converter main.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs`

Running

sudo apt-get update
sudo apt-get install imagemagick
cd /your/repo/clone/Pure_cpp
./converter yourimage.png threshold

Author

Made with ❤️ by mtribiere

About

Solution to convert an image to a EPAPER display compatible format

Resources

License

Stars

Watchers

Forks

Packages

No packages published