Summary: | Bug report "Gimp 2.10 XCF serious issue" | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | maderios <leoutation> |
Component: | Thumbs-Image | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://invent.kde.org/kde/digikam/commit/d9a57550ee4d08f1ab612723b315348af9bab9da | Version Fixed In: | 7.0.0 |
Sentry Crash Report: |
Description
maderios
2019-09-25 20:32:16 UTC
The changes were needed to support the new features in GIMP. The XCF format was never designed as an exchange format, but only as an internal format for the GIMP application. Applications need to be changed to support format changes; there is, for example, no official library that applications could use. *** This bug has been marked as a duplicate of bug 360821 *** @ Christoph Feck from comment #1 > The changes were needed to support the new features in GIMP. The XCF format > was never designed as an exchange format, but only as an internal format for > the GIMP application Never an exchange format? It's not true: up to 2.8 Gimp version, XCF format could be supported in other applications, including Digikam. The 2.8 support didn't come magically. The XCF loader had to be written by someone first. Git commit d9a57550ee4d08f1ab612723b315348af9bab9da by Gilles Caulier. Committed on 09/05/2020 at 12:31. Pushed by cgilles into branch 'master'. Switch all digiKam bundles to last 5.70 which now support new Gimp XCF file format. See KF5 release announcement : https://kde.org/announcements/kde-frameworks-5.70.0.php "KImageFormats: Add support for modern Gimp images/XCF files" This will permit to digiKam and Showfoto to show XCF thumbnail and load preview/full image (read only) Related: bug 309465, bug 186641, bug 224697, bug 250003, bug 339152, bug 368444 M +3 -3 project/bundles/3rdparty/ext_kf5_frameworks/CMakeLists.txt https://invent.kde.org/kde/digikam/commit/d9a57550ee4d08f1ab612723b315348af9bab9da |