Adding Images¶
Drag ‘n Drop¶
Files and folders can be added by dragging and dropping them onto the program.
Tip
This works on every tab, not just Input.
You can start the program with images pre-loaded by dropping them onto a shortcut to the program.
Arguments¶
Files and folders can be passed as arguments to the program.
To use this feature, add XL Converter to the PATH
variable. If you installed it through Scoop, it is already set up.
Examples:
Windows¶
xl-converter %USERPROFILE%\Pictures
Linux¶
xl-converter /home/user/Pictures
To use pattern matching on Linux, omit quotes.
Correct:
xl-converter ~/Pictures ~/Downloads/*.jpg
Incorrect:
xl-converter "~/Pictures" "~/Downloads/*.jpg"