Run Image Resizer with Parameter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to start the Image Resizer (MS Powertool) by parameter: expample:

'ImageResizer.exe *.* 240 320'

possible :-D??

Greetings, Manuel
 
Hi,

Parameters can't be passed to Image Resizer PowerToy shell extension. Third-party utilities such as IrfanView should provide you with the command-line resize option.

For IrfanView:

I_View32.exe /resize=(w,h)
- resize input image to w (width) and h (height)

IrfanView - Official Homepage:
http://www.irfanview.com/

Open IrfanView help file and see topic "Command Line Options" for details.

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows Shell/User]
Windows® Troubleshooting http://www.winhelponline.com


I want to start the Image Resizer (MS Powertool) by parameter: expample:

'ImageResizer.exe *.* 240 320'

possible :-D??

Greetings, Manuel
 
Back
Top