Search found 3 matches

by rlightner
2019-07-23T10:52:56-07:00
Forum: Users
Topic: Convert and Dither image to support 3 color epaper display
Replies: 4
Views: 8609

Re: Convert and Dither image to support 3 color epaper display

Yup, I was able to use convert. Thank you very much for the assistance! I added -dither FloydSteinberg which cleaned up my test image as well.
by rlightner
2019-07-23T08:46:22-07:00
Forum: Users
Topic: Convert and Dither image to support 3 color epaper display
Replies: 4
Views: 8609

Re: Convert and Dither image to support 3 color epaper display

I'll be using convert via a firebase function.
by rlightner
2019-07-23T07:47:35-07:00
Forum: Users
Topic: Convert and Dither image to support 3 color epaper display
Replies: 4
Views: 8609

Convert and Dither image to support 3 color epaper display

I'm working with an epaper display that supports Black/White/(Red / Yellow) and would like to dither a full color image to just those 3 colors for display. I have no problems dithering to 2 colors (Black/White), but having some issues with this third color. Anyone done this or can point me in the ri...