|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] jpeg maybe rotating
|
I'd say from a purely naive point of view (just scanned the website for
libexif) that you could get the sf.net/projects/exif program to use libexif
to scan the exif tag info to make your needs-rotating function. That's the
Unix[tm] way. :)
Dan W.
> What I want is to script this so I can say
>
> if [ needs-rotating; ]; then
> mv file.jpg file.jpg.orig
> exiftran -a file.jpg.orig -o file.jpg
> fi
>
> Any suggestions?
>
> --
> Jeff
>
> Jeff Abrahamson <http://www.purple.com/jeff/> +1 215/837-2287
> GPG fingerprint: 1A1A BA95 D082 A558 A276 63C6 16BF 8C4C 0D1D AE4B
> ___________________________________________________________________________
> Philadelphia Linux Users Group -- http://www.phillylinux.org
> Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
> General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
--
-- Daniel Widyono --
-- www.widyono.net --
-- www.cis.upenn.edu/~widyono --
--
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|