On 3 Oct 2006, Simon Males <[EMAIL PROTECTED]> wrote: > > I have a stack of photo's from my digital camera and many of then need > to be rotated. Is there a tool that will go through a directory of > images dig up exif data (using say extract) and rotate it respectively > with imagemagik ?
jhead -autorot *.jpg should do it. -- Martin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
