smartdevicelink / sdl_hmi

BSD 3-Clause "New" or "Revised" License
14 stars 43 forks source link

HMI Ignores non-png Images #665

Closed iCollin closed 2 years ago

iCollin commented 2 years ago

The SDL HMI does not render any images that do not end with the extension .png, however if you PutFile a jpeg or other image but name it ending with .png, in non-template mode that image will render fine.

The SDL HMI shouldn't require non-template images end with .png

iCollin commented 2 years ago

Closed via https://github.com/smartdevicelink/sdl_hmi/pull/666