https://bugs.kde.org/show_bug.cgi?id=418941
--- Comment #6 from caulier.gil...@gmail.com --- Git commit 0b5473a6bdffb6e5ce878c0679edf969523ad981 by Gilles Caulier. Committed on 03/06/2021 at 06:22. Pushed by cgilles into branch 'master'. DNG Writer: add Fuji S3 PRo RAF support - pre process metadata with ExifTool before to import RAW data. The active RAW region computed by libraw is definitively wrong For Fuji Camera. ExifTool allow to turn around this problem. Pas the RAW image active region properties to DNG SDK. - Get the Raw data unprocessed from libraw. Do not use libraw::raw2Image(), just libraw::unpack(), and pass data to DNG SDK. This way still fully compatible with other RAW format as NEF, PEF, ARW, CR2, CR3, ORF, etc. - Append crop region from original RAW file with Libraw. If this region is valid, we will pass this properties later to DNG SDK. - Other Fuji RAW files still badly converted as image i right oriented, with right sizes, but it still violet. Related: bug 390700 M +85 -12 core/libs/dngwriter/dngwriter_import.cpp M +15 -6 core/libs/dngwriter/dngwriter_mosaic.cpp M +4 -2 core/libs/dngwriter/dngwriter_negative.cpp M +138 -0 core/libs/rawengine/drawdecoder.cpp M +18 -2 core/libs/rawengine/drawdecoder.h M +7 -0 core/libs/rawengine/drawdecoder_p.cpp M +2 -0 core/libs/rawengine/drawinfo.cpp M +18 -2 core/libs/rawengine/drawinfo.h https://invent.kde.org/graphics/digikam/commit/0b5473a6bdffb6e5ce878c0679edf969523ad981 -- You are receiving this mail because: You are watching all bug changes.