Hello, first of all, really usefull utility, thanks a lot.
My question, is there's a way to resize an image 2 times with one action ? For example -w533 & -w120 ?
Thanks in advance.
Well, yes, but only from command line, because you would need to specify the input image path twice:
PhotoResize.exe -w522 C:\Image.jpg -w120 C:\Image.jpg
Thanks Vlasta, but I was thinking of a way to do it without the command line, in fact I have a friend who's a complete 0 at using computer, and he has to do this.
I thought more of drag and dropping his image on a shortcut who did this.
Well, he'll just have to drag it twice, it already a big improvment compares to how he used to do it before
I see, shortcut cannot be used, but you may use a .bat file to do trick. Create a .bat file with the following line in it:
"<path to PhotoResize.exe" -w522 %* -w120 %*
Be sure to specify full path to the tool and use quotes if the path contains spaces.
Then drag and drop the images on the created .bat file.
Perfect !
But quite strange, it doesn't work on the *.bat directly but well on a shortcut of the *.bat file...
Thank you very much !
Find out how Vista icons differ from XP icons.
See how RealWorld Icon Editor handles Vista icons.