| Author |
Topic : [Sticky!] Resizing photographs tutorial - free software! |
paulcoxphotography
Photographer
City: Manchester
Country: United Kingdom
Member Since: 09-18-2004
Posts: 10505
|
|
Views : 3492
|
# 08-02-2006 01:30pm
|
Edit - please note this guide is also in the sites help section
Quite often you may have a batch of photographs where you would like them all to be the same (smaller) size. Not everyone has access to Photoshop so hopefully this should show you how to do it quickly and easily.
I realise there seems to be a lot of steps but it really only takes a few seconds to do once you are used to it
First of all download and install Irfanview - a link is provided at the bottom of this page.
When you open Irfanview you should see something like this

Click on File

You shoudl now click on batch conversion - there are lots of options here but for now let's stick to the basics
We now need to set up the application for how we want our files resized

Click on advanced options and set advanced options

Set the options as shown above
You have now set up the application for batch processing. You now need to tell it what files to include

Navigate to the directory you want to use in the normal way

Add files as indicated above
You now need to say where you would like them save

Click on Browse and set your output directory. You can also click on 'use this directory as output if you want the files directory you have already selected

All the files should now be shown on the left, click 'start' to, err, start!
Hopefully this should help some people - note though if your images are in Adobe RBG you should convert them in Photoshop to SRGB so you'd be better using image processor in that application.
Let me know if I have missed anything 
Link: Irfanview |
|
|
|
|
Kennedy_Green
Model
City: York
Country: United Kingdom
Member Since: 03-19-2006
Posts: 941
|
|
|
# 08-02-2006 01:58pm
|
nice one coxy, useful thread if ever i saw one! i'll help keep this bumped i bet theres loads could make use of this 
|
|
|
|
|
paulcoxphotography
Photographer
City: Manchester
Country: United Kingdom
Member Since: 09-18-2004
Posts: 10505
|
|
|
# 08-02-2006 02:59pm
|
Cheers - glad it was of use 
|
|
|
|
|
PhilAntony
Photographer
City: London
Country: United Kingdom
Member Since: 10-17-2004
Posts: 235
|
|
|
# 08-02-2006 03:41pm
|
Thanks Coxy. Irfanview is a great little program and saves alot of time for me!
|
|
|
|
|
Jessica_Jones
Model
City: Runcorn
Country: United Kingdom
Member Since: 08-19-2006
Posts: 43
|
|
|
# 09-16-2006 05:57am
|
excellent post
|
|
|
|
|
goddessdeedee
Model
City: dukinfield
Country: United Kingdom
Member Since: 06-29-2006
Posts: 629
|
|
|
# 09-16-2006 06:28am
|
try this one also its a free software download
its called photo razer
very very simple
very fast
takes less than 1 minute to download and set-up
see link below
http://www.stormdance.net/software/photorazor/software%20overview.htm
regards and Mwahh
deedee
|
|
|
|
|
Andy_F
Photographer
City: Manchester
Country: United Kingdom
Member Since: 05-12-2007
Posts: 777
|
|
|
# 10-01-2007 08:05am
|
Coxy you've played a blinder there!
You've just saved me a shed-load of resizing time. Excellent post.
Ta mucho,
Andy
|
|
|
|
|
paulcoxphotography
Photographer
City: Manchester
Country: United Kingdom
Member Since: 09-18-2004
Posts: 10505
|
|
|
# 10-01-2007 05:09pm
|
quoting post from Andy_F:
Coxy you've played a blinder there!
You've just saved me a shed-load of resizing time. Excellent post.
Ta mucho,
Andy
No worries mate.
If you have CS2 then there is an even easier way. Go to File, Scripts, Image Processor. That will batch convert a folder of images for you as well as converting the colour space if needed.
|
|
|
|
|
Katkin
Model
City: Manchester
Country: United Kingdom
Member Since: 11-29-2007
Posts: 572
|
|
|
# 02-15-2008 04:23pm
|
Is there anyway to resize images in terms of actual memory and not physical size, without drastically reducing the quality?
|
|
|
|
|
Kenp
Photographer
City: Weymouth/Portland DT3
Country: United Kingdom
Member Since: 09-29-2007
Posts: 8283
|
|
|
# 02-15-2008 04:34pm
|
quoting post from Katkin:
Is there anyway to resize images in terms of actual memory and not physical size, without drastically reducing the quality?
I suspect you mean files size(actual memory) and 1:1 display size. Most images displayed on here are jpegs which make use of a variant Mandelbrot fractal. It basically creates a list of recurring colour shifts. The more diverse detail the original image contains, the larger the compressed image, because the fewer recurring colour shifts and the longer the list of varying colour shifts. Therefore a picture of a Paisley pattern scarf will be quite large and that of a plain green wall very small. It is a case of quarts and pint pots, things will only compress so far without visible loss of quality.
|
|
|
| IP: Logged | Edited by Kenp at 02-15-2008 04:38 PM |
|
|
|
PhotoGraham
Photographer
City: Coventry
Country: United Kingdom
Member Since: 10-15-2006
Posts: 177
|
|
|
# 02-15-2008 06:19pm
|
quoting post from Katkin:
Is there anyway to resize images in terms of actual memory and not physical size, without drastically reducing the quality?
Yes in the batch convertion box click on the Option tab and it has a slide scale 1-100 Ps there is a newer version out than the one shown think its version 4.1 it has some upgrades and a different interface
|
|
|
|
|
lenscape
Photographer
City: Wokingham
Country: United Kingdom
Member Since: 02-14-2008
Posts: 154
|
|
|
# 02-16-2008 12:26pm
|
It always makes me smile when I see the torture Windows users have to go through to do a simple job like resize a bunch of photos.
On Linux (or Mac, if you're in the know), you simply create a directory for the resized images (smallpics, in this case) and type:
convert *.jpg -resize 600 smallpics/img.jpg
The output images will be numbered img-01.jpg, img-02.jpg, etc.
If you want to retain the original names, you do this instead:
for f in *.jpg; do convert $f -resize 600 smallpics/$f done
This simply means that for every file which matches *.jpg, set 'f' to the filename and substitute it in the convert command for both the input and output file names.
Of course, resizing is only one of many processes you can perform. You could also add borders, sharpen, soften, crop, add text and many other things.
If this has whetted your appetite, I'll be launching a web site in the near future: www.linuxphotography.org, where this and the other free software we use as alternatives to Photoshop will be explained and discussed.
I've also just written a series of articles on this subject for Linux Format magazine.
If you'd like to know when the new site is up or have any questions about using Linux for photo post-processing and library management, I'd be happy to help.
Dale Strickland-Clark Immortaleyes Photography www.immortaleyes.co.uk
|
|
|
|
|
Pixel_Sensation
Photographer
City: Grantham
Country: United Kingdom
Member Since: 10-18-2007
Posts: 423
|
|
|
# 04-09-2008 03:23pm
|
For my two pennies then. Best one ive found, and by far the quickest - as much as i hate them i love this little gem! download and install, click on an image, or shift click to select multiple images. Right click and there is a new menu option, 'resize pictures', it has some standard defaults or you can enter custom sizes. Takes a few seconds to do loads. Far quicker than an action in PS etc.
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/ImageResizerPowertoySetup.exe
Direct link above - and suprisingly it was compatible with XP....
|
|
|
|
|
OldMaster
Photographer
City: Harpenden
Country: United Kingdom
Member Since: 12-30-2007
Posts: 1682
|
|
|
# 04-09-2008 03:35pm
|
Lenscape..no torture in windows/Photoshop!! Go to the "action set" in CS3..open automate batch, select the source and recipient folders, hit "OK" and leave it to it....takes seconds!!
And those actions are..."Start new action", "open file", "image size, 450 pixel width", "72ppi output res", "save as, Jpeg (around 6 to 8 quality)" in selected folder, "close" ..!
How tricky is that??
|
|
|
|
|
Redlight
Photographer
City: Newton Abbot
Country: United Kingdom
Member Since: 03-27-2007
Posts: 573
|
|
|
# 04-09-2008 03:43pm
|
How do you create a JPEG from a Tiff
I can do this * JPEG’s saved at a high quality setting (i.e. Photoshop level 10 or above). And this * Alpha-numeric file names ending in .jpg. And this * RGB files, not single channel greyscale or CMYK.
But not this.. * Uncompressed file sizes of between 48MB and 200MB. This means you should make your JPEG file from an 8 bit TIFF file that is at least 48MB. Our maximum size for the uncompressed file is 200MB.
every time I convert a tiff (58mb) to jpeg it ends up at 9mb (irfanview) and it needs to be 48mb minimum No option to save as jpeg from tiff in photoshop.
Help....
|
|
|
|
|
lovesguitars1
Photographer
City: killingworth
Country: United Kingdom
Member Since: 03-24-2007
Posts: 217
|
|
|
# 04-09-2008 03:46pm
|
Dosnt anybody just use 'resize' in windows? Highlight all images you want to resize..right click> resize(4 choices) and thats it..original versions still there..easy peasy! Chris.
|
|
|
|
|
lovesguitars1
Photographer
City: killingworth
Country: United Kingdom
Member Since: 03-24-2007
Posts: 217
|
|
|
# 04-09-2008 03:47pm
|
quoting post from Pixel_Sensation:
For my two pennies then. Best one ive found, and by far the quickest - as much as i hate them i love this little gem! download and install, click on an image, or shift click to select multiple images. Right click and there is a new menu option, 'resize pictures', it has some standard defaults or you can enter custom sizes. Takes a few seconds to do loads. Far quicker than an action in PS etc.
http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/ImageResizerPowertoySetup.exe
Direct link above - and suprisingly it was compatible with XP....
Sorry didnt realise you had already posted this--but it works a treat! Chris.
|
|
|
|
|
Paulographics1953
Photographer
City: Manchester
Country: United Kingdom
Member Since: 07-21-2004
Posts: 5784
|
|
|
# 04-09-2008 04:05pm
|
Microsoft Office Picture Manager.
Using edit images-compress three size options but original image not saved so use on copies. (Web size on this is what my NM images are). Batch resizing and renaming. Resize incrementally also.
File- Export,more size options and original is saved but individual images
Paul
|
|
|
|
|
paulcoxphotography
Photographer
City: Manchester
Country: United Kingdom
Member Since: 09-18-2004
Posts: 10505
|
|
|
# 04-13-2008 12:14pm
|
quoting post from Redlight:
How do you create a JPEG from a Tiff
I can do this * JPEG’s saved at a high quality setting (i.e. Photoshop level 10 or above). And this * Alpha-numeric file names ending in .jpg. And this * RGB files, not single channel greyscale or CMYK.
But not this.. * Uncompressed file sizes of between 48MB and 200MB. This means you should make your JPEG file from an 8 bit TIFF file that is at least 48MB. Our maximum size for the uncompressed file is 200MB.
every time I convert a tiff (58mb) to jpeg it ends up at 9mb (irfanview) and it needs to be 48mb minimum No option to save as jpeg from tiff in photoshop.
Help....
If you can't see the jpeg option in PS then the file is still in 16 bit. You need to covert to 8 bit (and for most uses SRGB) and then save as a JPEG.
|
|
|
|
|
Clarebunny
Model
City: Bracknell
Country: United Kingdom
Member Since: 06-10-2005
Posts: 2670
|
|
|
# 05-12-2008 12:46pm
|
I have used the above method before for resizing and converting from CR2... have tried again (following these instructions) and I get an error message telling me it can't load the images I choose...
any ideas?
|
|
|
|
|
Clarebunny
Model
City: Bracknell
Country: United Kingdom
Member Since: 06-10-2005
Posts: 2670
|
|
|
# 05-12-2008 02:01pm
|
Well it worked about 3 weeks ago..... and doesn't now1 I only installed in then!
|
|
|
|
|
paulcoxphotography
Photographer
City: Manchester
Country: United Kingdom
Member Since: 09-18-2004
Posts: 10505
|
|
|
# 05-12-2008 02:05pm
|
I didn't actually know you could convert RAWs using this but works a treat here!
********************************************** Manchester studio available for hire (Fri - Mon) Special offer in May - full day only £60
|
|
|
|
|
Bun
Photographer
City: Bracknell
Country: United Kingdom
Member Since: 05-08-2008
Posts: 1570
|
|
|
# 05-12-2008 02:36pm
|
quoting post from paulcoxphotography:
I didn't actually know you could convert RAWs using this but works a treat here!
********************************************** Manchester studio available for hire (Fri - Mon) Special offer in May - full day only £60
Oh yes it does. Seems it DOES need the latest plugins! How confusing!
|
|
|
|
|
paulcoxphotography
Photographer
City: Manchester
Country: United Kingdom
Member Since: 09-18-2004
Posts: 10505
|
|
|
# 05-12-2008 02:41pm
|
quoting post from Bun:
Oh yes it does. Seems it DOES need the latest plugins! How confusing!
Yeah I downloaded them last week and it works fine.
********************************************** Manchester studio available for hire (Fri - Mon) Special offer in May - full day only £60
|
|
|
|
|
Linty7
Photographer
City: Stourbridge
Country: United Kingdom
Member Since: 01-18-2006
Posts: 764
|
|
|
# 05-12-2008 03:06pm
|
This is another excellent free program for batch re-sizing, numbering & watermarking, plus loads more. FastStone Image Viewer.....
Link: No Caption |
|
|
|