Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JPG support for online_image in lvgl #3028

Open
pete-simmons opened this issue Jan 17, 2025 · 0 comments
Open

Add JPG support for online_image in lvgl #3028

pete-simmons opened this issue Jan 17, 2025 · 0 comments

Comments

@pete-simmons
Copy link

Describe the problem you have/What new integration you would like

Currently online_image only supports PNG format it would be amazing if this could be extended to JPG to avoid having to convert images on-the-fly at source

Please describe your use case for this integration and alternatives you've tried:

I'm attempting to build a Spotify player on a Guition ESP32-S3-4848S040 480*480 Smart Screen (https://devices.esphome.io/devices/Guition-ESP32-S3-4848S040), unfortunately the HA Spotify media_player outputs the entity_image in a JPG format.

I've attempted to use imagemagick on the host HA system to convert the JPG to a resized PNG, with varying degrees of success, but ultimately hitting several roadblocks along the way, as well as having increased overhead on the host system with every track change a new image needs to be created.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant