[Digikam-devel] [Bug 191678] Exiv rotation for Pentax Pef not working
Michal Thoma
michal at thoma.cz
Tue May 19 19:38:39 BST 2009
https://bugs.kde.org/show_bug.cgi?id=191678
--- Comment #11 from Michal Thoma <michal thoma cz> 2009-05-19 20:38:37 ---
well if you need this feature urgently just employ exiftool commandline tool. I
made script for 90 CCW rotation just this simple:
<code>
#!/bin/sh
exiftool -Orientation=8 -n -overwrite_original "$*"
</code>
I run it through the context menu and it works just fine.
Should help until it's in Digikam natively.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list