Summary: | Digikam allows RAW (ORF) photos to be rotated, but then fails | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thomas Damgaard <thomasdn> |
Component: | Plugin-DImg-RAW | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, thomasdn |
Priority: | NOR | ||
Version First Reported In: | 2.3.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6.0 | |
Sentry Crash Report: |
Description
Thomas Damgaard
2011-11-09 20:00:42 UTC
RAW are read only image. This is why RAw files cannot be rotated... Gilles Caulier RAW images may be read only in digikam, however, it is still possible to improve the user experience and fix this bug. Here are two possible solutions: Solution 1: Even though the RAW image itself is read only, the image that digikam *displays* to the user (eg. thumbnail, preview, etc.) does not have to be. So if the user has rotated a RAW image 90 degrees clockwise, this information about the rotation can be stored in the DB. So when digikam displays this RAW image, the user is presented with a rotated version. This, the RAW file itself is never touched. Solution 2: If RAW images are read only and should it is impossible for the user to rotate them (or even elect to have them *displayed* rotated), the rotate function will always fail for the user and should thus not be shown for RAW images (and other file types that will fail -- e.g. videos and such). With next digiKam 2.6.0 (current implementation from Git/master), RAW thumbs/preview can be rotated. RAW file still untouched (read-only)... Gilles Caulier |