https://bugs.kde.org/show_bug.cgi?id=454208
Méven Car <meven....@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kimageformats/commit | |/eefb8146d360879e85c5136401 | |303a99d7b0c845 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Méven Car <meven....@kdemail.net> --- Git commit eefb8146d360879e85c5136401303a99d7b0c845 by Méven Car, on behalf of Mirco Miranda. Committed on 13/08/2022 at 07:56. Pushed by meven into branch 'master'. Camera RAW images plugin Plugin to read RAW camera images based on LibRAW. - Support to LibRaw 0.20 and 0.21-Beta - Support to multi-shot images: use imageCount(), jumpToImage() to select the wanted shot - Tuned to generates 16-bits sRGB images using camera white balance and interpolation AHD - Should fix CCBUG: 454208: on my Debian with KF5.96 and the pulgin installed, I see the preview of all my RAW files (ARW included) in Dolphin M +8 -1 CMakeLists.txt M +1 -0 README.md M +6 -0 autotests/CMakeLists.txt A +901 -0 autotests/read/raw/RAW_KODAK_C330_FORMAT_NONE_YRGB.RAW A +- -- autotests/read/raw/RAW_KODAK_C330_FORMAT_NONE_YRGB.png M +3 -1 autotests/readtest.cpp A +87 -0 cmake/find-modules/FindLibRaw.cmake M +9 -0 src/imageformats/CMakeLists.txt A +526 -0 src/imageformats/raw.cpp [License: LGPL(v2.0+)] A +7 -0 src/imageformats/raw.desktop A +40 -0 src/imageformats/raw.json A +48 -0 src/imageformats/raw_p.h [License: LGPL(v2.0+)] https://invent.kde.org/frameworks/kimageformats/commit/eefb8146d360879e85c5136401303a99d7b0c845 -- You are receiving this mail because: You are watching all bug changes.