riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

CLI to convert images with pre-defined template #57

Closed dsalychev closed 4 years ago

dsalychev commented 4 years ago

Hi,

I wonder which way would be the easiest one to have a command-line interface for lcd-image-converter to be called for a single image to be converted and a template for images? Something like:

    $ ./lcd-image-converter  -i scene.png -t image_template.tmpl -o scene.c
dsalychev commented 4 years ago

I'm looking for a place in code where to start hacking from, no more.

riuson commented 4 years ago

Hi, I don't understand. You are have found the command already. What you want to hack? https://lcd-image-converter.riuson.com/en/docs/others/command-line/convert-image/

dsalychev commented 4 years ago

Ah, it makes sense :) I haven't seen that page. Thanks!