Hello,
I would like to convert a PNG with transparency into a RGB c file with transparency and compression RLE16.
Is this possible?
With the supplied Bitmap converter for STM32 (v.5.44) the default conversion which is made is to RLE32 but this gives me some memory problems on the visualization (due to RAM usage I guess).
I've tried also with the command line but I got stuck when I have to set the color transparency as it keeps complaining on the values I try to set (I tried 0, 0xFF, 0xFF, etc. but none worked):
Can you give me a correct example for this kind of conversion (if this is possible) and one with the best palette which takes into account of the transparency?
Thank you!
Mark
I would like to convert a PNG with transparency into a RGB c file with transparency and compression RLE16.
Is this possible?
With the supplied Bitmap converter for STM32 (v.5.44) the default conversion which is made is to RLE32 but this gives me some memory problems on the visualization (due to RAM usage I guess).
I've tried also with the command line but I got stuck when I have to set the color transparency as it keeps complaining on the values I try to set (I tried 0, 0xFF, 0xFF, etc. but none worked):
Thank you!
Mark