This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Web Authoring Tools > January 2005 > Any way to process (reduce) many pics at once for web display?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Any way to process (reduce) many pics at once for web display?
|
|
| kroger@princeton.edu 2005-01-11, 7:20 pm |
| Hello all,
I have several hundered pictuers taken with a digital camera at
1200x1600 high resolution, JPGs.
Is there a way to batch process them to 300x400 low resolution JPGs for
the web, without doing each one by hand in photoshop? Hopefully without
buying software?
Thanks much in advance for any assistance...
Jim
| |
| Tim Heaney 2005-01-11, 11:17 pm |
| kroger@princeton.edu writes:
>
> I have several hundered pictuers taken with a digital camera at
> 1200x1600 high resolution, JPGs.
>
> Is there a way to batch process them to 300x400 low resolution JPGs for
> the web, without doing each one by hand in photoshop? Hopefully without
> buying software?
You could make short work of that with ImageMagick
http://www.imagemagick.org/
Using its included convert routine, something like
find webdir -name "*.JPG" -exec convert -resize 300x400 \{\} \{\} \;
should do it.
I hope this helps,
Tim
| |
| Bruce Lewis 2005-01-12, 4:17 am |
| kroger@princeton.edu writes:
> I have several hundered pictuers taken with a digital camera at
> 1200x1600 high resolution, JPGs.
>
> Is there a way to batch process them to 300x400 low resolution JPGs for
> the web, without doing each one by hand in photoshop? Hopefully without
> buying software?
Depends what OS you're using. I'm happy with the results of djpeg,
pnmscale and cjpeg for Linux and Windows.
--
http://ourdoings.com/ Let your digital photos organize themselves.
Sign up today for a 7-day free trial.
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|