Stephen John Smoogen wrote: > On Tue, Jul 15, 2008 at 1:47 PM, Chris Geldenhuis > <chris.gelden at iafrica.com> wrote: > >> Hi All, >> >> I have been Googling my head off but cannot find a method to stream edit all >> the images in a directory and to resize them. I have a large number of >> images of up to 3GB in size that I want to put in albums on a website, but >> before I do this I need to resize them to a more realistic configuration. >> >> I know how to do this manually with the GIMP but it becomes tedious for more >> than a few images. >> >> > > imagemagick is what you want. > > http://www.imagemagick.org/Usage/resize/ > > for i in *.. blah. > > >> Running CentOS 5 as virtualised under XEN as a web server. >> >> TIA >> >> ChrisG >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> http://lists.centos.org/mailman/listinfo/centos >> >> > > > > Thanks I will investigate ChrisG