Skip to main content

Command line mode

Resizer supports several commands and command line parameters.

The examples do not include the full path to Resizer.exe, as it can differ between installations.

Commands

Add files

"Resizer.exe" <files>

Launch Resizer and add all specified files/folders for processing.

Example: "Resizer.exe" "C:\Example\Photos" "C:\Example\Screenshots"

Add files and process images

"Resizer.exe" --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.

  • If the operation was successful, the application will terminate automatically.
  • If there are any errors, the main window will appear and an appropriate error message will be displayed.

Example: "Resizer.exe" --process "C:\Pictures"

Add files and process images silently

--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.