WiktorBAbove

Results 4 comments of WiktorBAbove

That worked well! I have tried to convert myown png to 50x50 like `png_decoder_test`. ``` const lv_img_dsc_t png_decoder_test = { .header.always_zero = 0, .header.w = 50, .header.h = 50, .data_size...

I think i figured out what was wrong! 1. resized the original with windows10's builtin converter (powertoys) 2. resized with imagick (convert) What I got was interesting: 1) 3071bytes 2)...

@embeddedt: Since you mentioned it, I have done the same test, but with the experimental "JS converter". It seems to work even though i converted it with Imagick with some...

So i tried: https://blog.lvgl.io/assets/png_converter/png_decoder_test.png All color formats give good dimensions, except all the RAW color formats selections where the dimensions have been zeroed out also the datasize. The experimental one...