Storing the Images in Jpeg format for displaying GIFs in STM32U5 controller
Storing the Images in Jpeg or png format for displaying GIFs in STM32U5 controller
Hello,
I want to display some GIFs on my STM32U5 board. Images are stored in their raw format which is bit large in size, so is it possible to store the images in JPEG format itself, so that it consuems very less format compared to storing in raw format. I have 4-5 different GIFs to be played, and the image size of those imaqes will be way too much if it is stored in its raw format.
Is there also any possible way where I can store the images in some compressed form?
Note: I am using STm32U5A9NJ controller which has a Hardware accelerated JPEG codec in it.
