lvgl / lv_img_conv

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

Multiple byte characters filename support #24

Closed fralonra closed 2 years ago

fralonra commented 2 years ago

According to https://github.com/Automattic/node-canvas/issues/1802

node-canvas doesn't handle multi-byte characters in filenames properly.

This means that the image path could not contain any Chinese/Japanese/Korean characters. (But only failed on Windows. Related: https://github.com/tnfe/FFCreator/issues/3)

I'm wondering It there workaround without modifying the image path?

embeddedt commented 2 years ago

I would rather just add a note to the README advising that you need to rename these files before passing them to the converter. I suspect this is not the only tool with the issue.