Hi,
I am trying to convert a PNG images of 4 KB to Binary format using LVGL image converter tool in following patterns :
Color format Output format Output file size
- True color Binary RGB565 298 KB
- True color with alpha Binary RGB565 446 KB
- True color Binary RGB565 Swap 298 KB
- True color with alpha Binary RGB565 Swap 446 KB
But binary file size is 74.5 times of png & 111.5 times of png in True color & True color with alpha color formats respectively. I want to understand how binary files are taking this much memory after conversion from png. Is there any technique or tool for reducing the binary file size? Please, help me with the same.