tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
105 stars 27 forks source link

BUG on image convert from RGBA to RGB for ID.5 GTX 4MOTION #161

Closed DEVIDTR closed 7 months ago

DEVIDTR commented 7 months ago

Fails for ID.5 GTX images as it is in incorrect RGB format.

Need to convert the new created image to RGBA so that PIL doe snot fail.

DEVIDTR commented 7 months ago

@tillsteinbach can you please review and commit 😊