Resizer:Command Line: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Up|Resizer}} Resizer supports several command line parameters. The general format is as follows: : <code>"Resizer.exe" <parameters></code> Please note that mult...") |
(No difference)
|
Latest revision as of 23:36, 18 February 2019
Resizer supports several command line parameters. The general format is as follows:
"Resizer.exe" <parameters>
Please note that multiple parameter types cannot be combined together.
| Parameter | Description |
|---|---|
| <files> | Launch Resizer and add all specified files/folders for processing.
Example: |
| --process <files> | Launch Resizer, add all specified files/folders for processing, and then automatically start processing all images.
Resizer's behavior changes basing on whether there are any problems during the automated image processing.
Example: |
| --process --silent <files> | Unattended command line processing mode. The operation is similar to --process <files>, but any warnings or errors will be silently discarded.
The graphical user interface will not be shown. A non-zero exit code is returned upon completion if any warnings or errors have occurred. |
The examples shown above do not include the full path to "Resizer.exe", as it can differ between installations.