Re: [SLUG] Rotating images according to exif data

2006-10-02 Thread Penedo
On 03/10/06, Simon Males <[EMAIL PROTECTED]> wrote:
I have a stack of photo's from my digital camera and many of then needto be rotated. Is there a tool that will go through a directory ofimages dig up exif data (using say extract) and rotate it respectively
with imagemagik ?DigiKam does exactly that, and is just generally an excellent program for photo archiving.(I just mark all the new images I've downloaded from the camera and tell DigiKam "auto rotate" and it does the rest, no need even to manually pick which images should be worked on).
--P
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Re: [SLUG] Rotating images according to exif data

2006-10-02 Thread Joseph Goncalves
On Tuesday 03 October 2006 09:07, Simon Males 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 ?
With Konqueror you can right click on an image, select 
Actions->Transform Image->Rotate Image. It works well when you have 
image previews as the file icons because you can easily see the images 
that need rotating and rotate all in one operation.

Regards
Joseph
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Rotating images according to exif data

2006-10-02 Thread Martin Pool
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