Image converter v9 broken?

I have the following png file
earbuds
If I convert that into any color model with the v9 converter, I just the zeros in the C array.
Someone an idea, why that would be the case?

Which converter where you using? The online or the Python one?

With the Python one, it works ok as long i select a color format that supports transparency:

With “A8”

python3.exe .\LVGLImage.py --ofmt C --cf A8 .\test.png

On the online converter, if choosing “ARGB8888” or “RGB565A8” seems ok also.

If i choose “RGB565” for example that does not support transparency, yes everything will be “0” since i think is translating a “transparent” icon to black and the drawing in the image is also “black”

Thanks, yes, I figured, that the RGB565A8 indeed does work.

Hi, I am trying with image rendering on version 9.2. (LV_COLOR_FORMAT_I1)

I am getting text printed properly on the console. But, when it comes to images, it is only showing blank console.

Does this version support LV_COLOR_FORMAT_I1 ?