Command line
In this mode, a document's conversion can be performed without using of GUI, but with pre-defined settings.
Notice
CONFIG += console
in the project file (lcd-image-converter.pro);Calling basic help:
$ ./lcd-image-converter --help
Usage: ./lcd-image-converter [options]
Tool to create image and font source files for embedded applications.
Options:
Options:
-?, -h, --help Displays this help.
-v, --version Displays version information.
-m, --mode <mode> Conversion mode for application,
"convert-image", "convert-font" or "hex2bin".
--config-application <file> Path to main configuration file. If not
specified, default is used.
--config-presets <file> Path to presets configuration file. If not
specified, default is used.
--config-initialize Reset all settings to default state.
With --config-application и --config-presets options not specified, related settings are stored in default storage (registry on Windows). If options are specified, related settings are stored in specified XML files. With this feature you can keep Presets under Version Control System together with other project files.