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

How do I specify the output directory? #31

Open SydtekInc opened 1 year ago

SydtekInc commented 1 year ago

The files I generate using the following command are always in the lib directory: ts-node cli.ts ./2_watchface/conlon_2.png --emit -f -c CF_TRUE_COLOR_ALPHA -t bin --binary-format ARGB8565 How do I specify the output directory?

embeddedt commented 1 year ago

You can use the -o option to specify the output path when converting one image at a time.

SydtekInc commented 1 year ago

hi ,this is not -o option in --help image

embeddedt commented 1 year ago

The option is listed in that screenshot. Am I misunderstanding?

SydtekInc commented 1 year ago

Sorry to bother you because I didn't look carefully,I have no doubts now,thank