Closed Ikana closed 1 year ago
That’s the library attempting to convert a RGB image into a paletted one for display- the grain you’re seeing is dithering which looks terrible if it’s trying to approximate a solid colour.
You need to convert the images into 8bit PNG or another palette format with the correct colour order for them to display without automatic dithering occurring.
I go into a little bit more detail about how it all works here, but when converting your image it’s the order of the colours that matters and not the specific colours themselves - https://github.com/pimoroni/inky/issues/115
I used the code on the example with little modification but when I display an image that I downloaded from unsplash the images are always grainy.