https://bugs.kde.org/show_bug.cgi?id=462137
Bug ID: 462137 Summary: Information about applied GMic-Qt filter not saved (neither in database nor in metadata Xmp.digiKam.ImageHistory ) Classification: Applications Product: digikam Version: 7.8.0 Platform: Appimage OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Plugin-Editor-GmicQt Assignee: digikam-bugs-n...@kde.org Reporter: johannes.lists+bugs.kde....@tannenhof-imshausen.de Target Milestone: --- SUMMARY The settings used when applying a GMic-Qt filter are not stored in database, table ImageHistory, nor in metadata Xmp.digiKam.ImageHistory. STEPS TO REPRODUCE 1. Edit an image with Local Contrast 2. Apply a GMic-Qt filter like Brightness 3. Save the image OBSERVED RESULT When hovering about the used filter Local Contrast in sidebar Versions, the used parameters for the filter Local Contrast are shown. Same when looking at metadata Xmp.digiKam.ImageHistory . But for the applied GMic-Qt filter, there is no information, not even the name of the used filter: <filter filterName="GMic-Qt" filterDisplayName="" filterVersion="1" filterCategory="reproducible" branch="true"> <params/> </filter> EXPECTED RESULT filterName and params aren't empty, so something like the following is saved: <filter filterName="GMic-Qt:Brightness" filterDisplayName="Brightness" filterVersion="1" filterCategory="reproducible" branch="true"> <params> <param name="Amount" value="30"/> <param name="Smooth" value="0"/> </params> </filter> SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Ubuntu 20.04.5 LTS KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 -- You are receiving this mail because: You are watching all bug changes.