Images: Picture Resize - Multiple resize
Images: Picture Resize - Multiple resize
RealWorld Graphics logo    
Not logged in.  
IndexSoftwareGraphicsArticlesDiscussMore...

Login/Register
Forum List
Announcements
Icons and Cursors
Images
3D graphics
Win32 C/C++/VB
.NET C#/C++/VB
Tips and tricks
General discussion
User List
Search this site using Google

Is the speed of this web adequate?

Select background

Back to forum Images

Picture Resize - Multiple resize

Multiple resize @ one time

2007-01-11Author: oufti
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.

2007-01-11Author: Vlasta
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

2007-01-11Author: oufti
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

2007-01-11Author: Vlasta
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.

2007-01-11Author: oufti
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 !


Post Reply

Please login or register before posting.

Message text:


Back to forum Images

Copyright © 2005-2007 RealWorld Graphics. Contact: info@rw-designer.com.