Webp color channel swap

Hi, I’m using my Tidbyt with flashed firmware so I can serve images from a home server.

It’s been a lot of fun and I’m excited to share what I am building.

One thing I’ve noticed is that images I produce on my mac render correctly in Preview and Chrome. However, when I send them to the Tidbyt, the color channels are swapped like this

R->B
G->R
B->G

Am I missing a color profile or something? Any guidance would be appreciated.

are you using a real tidbyt display and the hdk firmware? If so thier should be no issues as Im running hdk on one of my tidbyts

What code are your running?

I am serving webp files from nginx. The individual frames are created with Python pillow. They are combined into an animation with webpmux

gotta be an issue with pillow creating the webp files.