Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

Any way to process (reduce) many pics at once for web display?
 

kroger@princeton.edu




quote this post edit post

IP Loged report this post

Old Post  01-12-05 - 12:20 AM  
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



Post Follow-Up to this message ]
Re: Any way to process (reduce) many pics at once for web display?
 

Tim Heaney




quote this post edit post

IP Loged report this post

Old Post  01-12-05 - 04: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?

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


Post Follow-Up to this message ]
Re: Any way to process (reduce) many pics at once for web display?
 

Bruce Lewis




quote this post edit post

IP Loged report this post

Old Post  01-12-05 - 09: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.


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 09:54 AM. Post New Thread   
  Previous Last Thread   Next Thread next
Web Authoring Tools archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top