On Thu, Oct 28, 2010 at 6:41 PM, Mihir Mehta <[email protected]> wrote: > Hi people, > > I need to resize a large number of image files, which are in the same > folder, to the size 800*600. Can you recommend a basic software that can > accomplish this and relevant commands for it? > > Thanks, > Mihir >
You can use imagemagick. Check out the man page for convert command. Write a bash script to loop over the images. -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://twitter.com/nileshgr Website: http://www.itech7.com VPS Hosting: http://www.itech7.com/a/vps -- l...@iitd - http://tinyurl.com/ycueutm
