Version: (using KDE KDE 3.5.2) Installed from: Gentoo Packages I think it could be useful to be able to rotate images by hand using exif instead of opening jpeg, rotating it and saving it again (recompressing it!). I don't know if it's there but I can't find an Exif rotate 90° option.
Well I found the option in digikam image menu. Well it should be even on right click on image menu don't you think? And even in Editor menu... this way is too slow to edit a lot of pics while viewing them!
Hi Francesco, The main interface Image/Rotate menu entry is generated by a kipi plugin, not digiKam itself. The option is also available in RMB menu of album items. http://docs.kde.org/development/en/extragear-graphics/digikam/maininterfaceassigntags.png There is an option in camera interface to autorotate JPEG file in the same way This plugin operate in LossLess with JPEG images. Image editor operate using a generic Pixel based mode. Gilles Caulier
Sure that chosing rotate from rmb menu of album items uses the lossless rotation? It's slower than Image menu Exif option as it has to do a lot of work... and even image size isn't the same after rotating this way. Still valid my suggestion to add it in Editor/Viewer menu...
Yes, i'm sure. I maintain the JPEGLossLess kipi plugin. From Main interface : 'Rotate' perform loosless 90°/180°/270° rotation 'Flip' perform loosless horizontally/vertically flipping 'Correct Exif orientation tag...' only change the Exif tag and don't touch the image. Gilles Caulier
Ok so I'd like to see Correct Exif orientation tag... on right click on image, and in editor view... Maybe I'm blind but I can't see it! :P
Kipi plugins are for main interface not image editor. In current implementation (0.9.0), editor fix/update automaticly : - exif orientation tag when you save your picture - exif image dimensions. - exif/iptc descriptions text informations (photograph, copyright, etc.) - exif thumbnail Because 0.9.0 depand of Exiv2 library. This is cannot be done in 0.8.x serie (old and obsolete libexif library) ! Gilles caulier