Summary: | Exposure blending fails to preview | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Steve <sbishop58> |
Component: | Plugin-Generic-ExpoBlending | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | metzpinguin |
Priority: | NOR | ||
Version: | 7.6.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/3d3870f743c1c0309196595a444c77f435514902 | Version Fixed In: | 7.7.0 |
Sentry Crash Report: | |||
Attachments: | Screen shot of the Exposure Blending interface. Note 3 image in the upper right. |
Description
Steve
2022-06-09 00:13:25 UTC
Hugin packages downloaded during the installation of DigiKam. Please post the log from the terminal as described here for MacOS: https://www.digikam.org/contribute/ Maik It works with JPG files without any problems. I see in the screenshot that you are using NEF files and I can reproduce the problem with that. A first analysis shows that when Exiv2 writes the metadata, the temporary TIF files are no longer readable. We can switch to ExifTool under digiKam-8.0.0 to write metadata. Then there is also no longer a problem with NEF files. Maik Git commit 3d3870f743c1c0309196595a444c77f435514902 by Maik Qualmann. Committed on 09/06/2022 at 06:47. Pushed by mqualmann into branch 'qt5-maintenance'. copy not original metadata over metadata already saved by DImg This destroys the image files with Exiv2. FIXED-IN: 7.7.0 M +2 -1 NEWS M +13 -14 core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp https://invent.kde.org/graphics/digikam/commit/3d3870f743c1c0309196595a444c77f435514902 Maik, thanks for confirming the bug and providing an interim solution, i.e., use JPG files, albeit they have lower bit depth. Yes the interim solution worked for me too. When do you estimate digiKam-8.0.0 will be available to download? Steve (In reply to Maik Qualmann from comment #3) > It works with JPG files without any problems. I see in the screenshot that > you are using NEF files and I can reproduce the problem with that. A first > analysis shows that when Exiv2 writes the metadata, the temporary TIF files > are no longer readable. We can switch to ExifTool under digiKam-8.0.0 to > write metadata. Then there is also no longer a problem with NEF files. > > Maik Maik, also determined that digicam 7.6.0 works fine with both 8- and 16-bit TIF images. Using 16-bit TIF is a better work around. My work flow is Nikon Z7 > Nikon's NX Studio > export 8|16-bit TIF image. Thanks again. -Steve Git commit 7efc95ba540bf1d758d42ac604d704c026b89d93 by Maik Qualmann. Committed on 09/06/2022 at 16:42. Pushed by mqualmann into branch 'qt5-maintenance'. better metadata handling in the panorama tool Setting metadata via QByteArray can buggy in current Exiv2 versions. M +2 -2 core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp M +22 -30 core/dplugins/generic/tools/panorama/tasks/preprocesstask.cpp https://invent.kde.org/graphics/digikam/commit/7efc95ba540bf1d758d42ac604d704c026b89d93 It is planned to release digiKam-7.7.0 for the time being. However, the Exposure Blending tool has already been fixed in this version. The Windows version cannot be compiled at this time. After that we will probably switch to alpha/beta versions of digiKam-8.0.0. Maik |