View Full Version : vista geeks needed
nodrog
16th July 2008, 13:16
how the fark do you resize photos with vista?
nadroj
16th July 2008, 13:18
Download Irfanview! Peice of piss.
Gubb
16th July 2008, 13:26
MS Paint.
If you can't do it in MS Paint, it's not worth having.
Kornholio
16th July 2008, 13:35
Download Irfanview! Peice of piss.
What he said :sunny:
God you're a noob sometimes Gordon :p
nodrog
16th July 2008, 13:39
Download Irfanview! Peice of piss.
will give it a go, cheers
MS Paint.
If you can't do it in MS Paint, it's not worth having.
are you from Norfland as well?
What he said :sunny:
God you're a noob sometimes Gordon :p
dude until last week you thought a power commander was O yelling at you for leaving the lights on. :nono:
scracha
16th July 2008, 19:25
Why Microsoft didn't put a context menu extension for "resize to screen" or "resize by half" or summit is beyond moi.
Anyway. This is even easier than irfanview. Set it to default to "half size" or summit useful.
http://www.vso-software.fr/download_product_direct.php?product=vir2
With a bit of shagging around you can do the same with irfanview on the command line.
For example, to resize images with a max of 640 x 480
Save the following text as resize_640_480.cmd (in the c:\Program files\IrfanView\ directory)
@SET _oldfile=%1
@SET _extn=%_oldfile:~-5,-1%
@SET _newfile=%_oldfile:~1,-5%
@SET _newfile=%_newfile%_640w%_extn%
"c:\Program files\IrfanView\i_view32.exe" %_oldfile% /resize=(640,480) /aspectratio /convert="%_newfile%"
Right click on one of your jpegs. Choose "Open with", then select c:\Program files\IrfanView\resize_640_480.cmd
There you go...right click resizing.
riffer
16th July 2008, 19:40
irfanview is good.
xnview (http://pagesperso-orange.fr/pierre.g/xnview/enhome.html)is another program which will do this and it's equally magnificent.
vindy500
16th July 2008, 19:48
whats wrong with good ol paint?
Kornholio
16th July 2008, 20:16
With a bit of shagging around you can do the same with irfanview on the command line.
For example, to resize images with a max of 640 x 480
Save the following text as resize_640_480.cmd (in the c:\Program files\IrfanView\ directory)
@SET _oldfile=%1
@SET _extn=%_oldfile:~-5,-1%
@SET _newfile=%_oldfile:~1,-5%
@SET _newfile=%_newfile%_640w%_extn%
"c:\Program files\IrfanView\i_view32.exe" %_oldfile% /resize=(640,480) /aspectratio /convert="%_newfile%"
Right click on one of your jpegs. Choose "Open with", then select c:\Program files\IrfanView\resize_640_480.cmd
There you go...right click resizing.
Gordie will get lost just going past c:
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.