How to parse and display JPEG/PNG/GIF images read from FAT on SF32LB525 to the screen?

Need to read jpeg/png/gif data on the 52x series chip, decode it into RGB565 data, and display it on the screen. When compiling the 52x version using example\jpeg_dec, a compilation error occurred. Could you please advise which demo(s) can achieve the above functionality?

Animation Example Based on AGif/APNG + LVGL - SiFli SDK Programming Guide
LVGL v8 Official Example - SiFli SDK Programming Guide
LVGL v9 Official Example - SiFli SDK Programming Guide

Do these meet your needs?

This project uses lv_sjpg to decode JPEG, which can be referenced: GitHub - zhangruiyep/mp3online: mp3 online player for sf32

Alright, thank you! Implementation can be based on the Agif project.