Picture Resizer advanced configurationBack to main PhotoResizer page. |
To scan for images recursively, append the letter R to the application name. For example, rename it to PhotoResize400R.exe.
By default, Picture Resizer creates the images in the folder, where the original images were found. Version 1.2 can create the resized images in another folder. If the letter C is specified in application name (PhotoResize400C.exe), images are created in current folder. Current folder is controlled by the parent process. If you are using PhotoResize from command line, current folder is displayed in the command prompt. If you are using drag and drop in Windows Explorer, the current folder is unpredictable - a shortcut must be used to specify it.
Configure (rename) PhotoResizer, then create a shortcut to it. A shortcut can is created by right-clicking and selecting 'Create Shortcut' command.
Shortcut specifies the current folder for the application. This value defaults to the folder, where the application resides. You may change it in the shortcut's properties windows. If you are changing the folder, make sure the new value is valid (folder already exists).
Drag and drop files on the shortcut. Images will be sent to the selected folder.

Photo Resizer accepts command line parameters that override settings from tool's filename. It is also possible to cutomize the application standard output and to skip the tool's final message.
The settings apply to all files specified after them. Example:
PhotoResize.exe -w200 C:\img1.jpg -w300 C:\img1.jpg C:\img2.jpg
This command resizes img1.jpg to 200 pixels width, then resizes img1.jpg and img2.jpg to 300 pixels width.
Customize output path and name using the -c switch. If used without more options, it redirects output to current folder (to be compatible with previous versions).
You can use any characters and the following variables:
Example: To put files resized files into folder C:\Resized Images, use "-cC:\Resized Images\<PATH><NAME>.jpg" (the quates are needed, because, there is a space in the path.
Using -o parameter has two effects. It eliminates the need to press ENTER when the tool has finished and it allows to customize the report producted by the tool.
Examples
PhotoResize400.exe -o "C:\img1.jpg"
Silently resize img1.jpg. Nothing is sent to standard output and the application exits without waiting
for user interaction.
PhotoResize400.exe "-o<SRCNAME><EN>" "C:\MyImgs"
Resizes all images in folder MyImgs and writes original filenames to standard output.
An end-of-line character is placed after each filename.
PhotoResize400.exe "-o<a href=<QT><SRCNAME><QT>> <img src=<QT><DSTNAME><QT> /> </a><EN>" "C:\MyImgs" >C:\pagefragment.html
Resizes all images in folder MyImgs and writes a simple html code with thumbnails linking to original images to file pagefragment.html.
Multiple options (C, R, L, H, I, M, S, N, T) can be used simultaneously by renaming the application to for example PhotoResize400CR.exe
Download Picture Resizer from its main page.