lvgl / lv_img_conv

Image converter for LVGL, written in JS
https://lvgl.github.io/lv_img_conv/
Other
89 stars 42 forks source link

Auto generate titles #4

Closed Yohannfra closed 2 years ago

Yohannfra commented 3 years ago

When I want to convert 100 images I don't want to fill all the names one by one, it would be better if the names were auto generated.

For now if I don't specify names when giving multiples images the output is bin, bin1, bin2 ....

But it should be that if we don't specify names then the names are generated from the input file. my_house.png -> my_house.bin

I'll try to make the pr today.

Thanks