[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-09-11 Thread Mehmet gelisin
https://bugs.kde.org/show_bug.cgi?id=381967

Mehmet gelisin  changed:

   What|Removed |Added

 CC||mehmetgeli...@aol.com

--- Comment #20 from Mehmet gelisin  ---
The problem is, there is no good interface for this (at least nobody found one
yet) that allows to have for KDE stuff the auto-coloring but not touching such
global things. http://www.compilatori.com/

Inside a KDE Plasma session, another plugin will ensure the KIconEngine
http://www.iu-bloomington.com/ is used (that will affect non-KDE applications
there, too), but that won't help outside of a KDE Plasma session.
https://www.webb-dev.co.uk/

In any case, you are totally right, if the change is not
https://waytowhatsnext.com/  1:1 transparent for applications not using the
"advanced" features, it is not acceptable, either our replacement works 1:1
like the QSvgIconEngine for other Qt stuff, or we shall not do this.
http://www.acpirateradio.co.uk/

I am sorry that you had these issues, it was not clear from testing that our
icon loader behaves differently from the Qt one (beside additional features Qt
applications won't be able to use anyways).

The problem is, there is no good interface for this (at least nobody found one
yet) that allows to have for http://www.logoarts.co.uk/ KDE stuff the
auto-coloring but not touching such global things.

Inside a KDE Plasma session, http://joerg.li/  another plugin will ensure the
KIconEngine is used (that will affect non-KDE applications there, too), but
that won't help outside of a KDE Plasma session.

In any case, you are totally right, if the change is not 1:1 transparent for
applications not using the "advanced" features, it is not acceptable, either
our replacement works 1:1 like the QSvgIconEngine for other Qt stuff, or we
shall not do this. http://www.wearelondonmade.com/


I am sorry that you had these issues, it was not clear from testing that our
icon loader behaves differently from the Qt one (beside additional features Qt
applications won't be able to use anyways).

The problem is, there is no good interface for this (at least nobody found one
yet) that allows to have for KDE stuff the auto-coloring but not touching such
global things.

Inside a KDE Plasma session, another http://www.jopspeech.com/ plugin will
ensure the KIconEngine is used (that will affect non-KDE applications there,
too), but that won't help outside of a KDE Plasma session.

In any case, you are totally right, if the change is not 1:1 transparent for
applications not using the "advanced" features, it is not acceptable, either
our replacement works 1:1 like the QSvgIconEngine for other Qt stuff, or we
shall not do this.

I am sorry that you had these issues, it was not clear from testing that our
icon loader behaves differently from the Qt one (beside additional features Qt
applications won't be able to use anyways).

The problem is, there is no good interface for this (at least nobody found one
yet) that allows to have for KDE stuff the auto-coloring but not touching such
global things.

Inside a KDE Plasma session, another plugin will ensure the KIconEngine is used
(that will affect non-KDE applications there, too), but that won't help outside
of a KDE Plasma session.

In any case, you are totally right, if the change is not http://connstr.net/
1:1 transparent for applications not using the "advanced" features, it is not
acceptable, either our replacement http://embermanchester.uk/  works 1:1 like
the QSvgIconEngine for other Qt stuff, or we shall not do this.

I am sorry that you had these issues, http://www.slipstone.co.uk/ it was not
clear from testing that our icon loader behaves differently from the Qt one
(beside additional features Qt applications won't be able to use anyways).
http://www-look-4.com/

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #19 from caulier.gil...@gmail.com ---
Git commit 067a15c4ed14d75eb2ce3cc725fcba709131392e by Gilles Caulier.
Committed on 17/05/2021 at 03:57.
Pushed by cgilles into branch 'master'.

DPlugin interface; add new method to be able to open an host application setup
dialog page from a plugin.
DNGWriter: add ExifTool error view to settings Widget. If ExifTool is not
available, show error view and allow
Related: bug 134486, bug 170693, bug 219856, bug 237504, bug 264210, bug
309341, bug 325458, bug 326408, bug 377622, bug 384092, bug 406540, bug 416516,
bug 421464, bug 436286
to customize installation from configuration panel.

M  +1-1core/app/main/digikamapp.cpp
M  +1-0core/app/main/digikamapp_p.h
M  +28   -0core/dplugins/bqm/convert/converttodng/converttodng.cpp
M  +1-1core/dplugins/bqm/convert/converttodng/converttodng.h
M  +20   -1core/libs/database/utils/ifaces/dbinfoiface.cpp
M  +2-0core/libs/database/utils/ifaces/dbinfoiface.h
M  +5-1core/libs/dngwriter/dngsettings.cpp
M  +4-4core/libs/dngwriter/dngwriter_postprocess.cpp
M  +4-1core/libs/dplugins/iface/dinfointerface.cpp
M  +13   -0core/libs/dplugins/iface/dinfointerface.h
M  +1-1core/libs/metadataengine/exiftool/exiftoolparser.cpp
M  +6-6core/libs/widgets/metadata/exiftool/exiftoolconfpanel.cpp
M  +1-1core/libs/widgets/metadata/exiftool/exiftoollistview.cpp
M  +1-0core/showfoto/CMakeLists.txt
M  +1-1core/showfoto/main/showfoto.cpp
M  +2-1core/showfoto/main/showfoto_p.h
A  +66   -0core/showfoto/main/showfotoinfoiface.cpp [License: GPL
(v2+)]
A  +51   -0core/showfoto/main/showfotoinfoiface.h [License: GPL (v2+)]
M  +2-2core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp
M  +14   -1core/utilities/queuemanager/dplugins/dpluginbqm.cpp
M  +7-0core/utilities/queuemanager/dplugins/dpluginbqm.h
M  +1-0core/utilities/queuemanager/main/queuemgrwindow.h
M  +10   -0core/utilities/queuemanager/manager/batchtoolsfactory.cpp
M  +3-0core/utilities/queuemanager/manager/batchtoolsfactory.h

https://invent.kde.org/graphics/digikam/commit/067a15c4ed14d75eb2ce3cc725fcba709131392e

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #18 from caulier.gil...@gmail.com ---
Git commit 8f332525788359d2c13c3e029bfb1b956dd5a4d2 by Gilles Caulier.
Committed on 16/05/2021 at 10:09.
Pushed by cgilles into branch 'master'.

DNGWriter : include ExifTool Error View in Settings Widget.
Fix API to check ExifTool program availability.
Factoring codes.
Related: bug 134486, bug 170693, bug 219856, bug 237504, bug 264210, bug
309341, bug 325458, bug 326408, bug 377622, bug 384092, bug 406540, bug 416516,
bug 421464, bug 436286

M  +29   -5core/libs/dngwriter/dngsettings.cpp
M  +6-0core/libs/dngwriter/dngsettings.h
M  +3-10   core/libs/metadataengine/exiftool/exiftoolparser.cpp
M  +4-1core/libs/metadataengine/exiftool/exiftoolparser.h
M  +31   -21   core/libs/metadataengine/exiftool/exiftoolprocess.cpp
M  +2-0core/libs/metadataengine/exiftool/exiftoolprocess.h

https://invent.kde.org/graphics/digikam/commit/8f332525788359d2c13c3e029bfb1b956dd5a4d2

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #17 from caulier.gil...@gmail.com ---
Git commit 530c69a0d8619df6ed204bb472ce88fbbcf543cb by Gilles Caulier.
Committed on 16/05/2021 at 05:32.
Pushed by cgilles into branch 'master'.

DNGWriter: post process metadata with ExifTool. Now all metadata are preserved
and restored, including makernotes, and lens information

M  +1-0core/libs/dngwriter/CMakeLists.txt
M  +3-3core/libs/dngwriter/dngwriter_backupraw.cpp
M  +11   -2core/libs/dngwriter/dngwriter_convert.cpp
M  +3-3core/libs/dngwriter/dngwriter_import.cpp
M  +5-5core/libs/dngwriter/dngwriter_mosaic.cpp
M  +2-2core/libs/dngwriter/dngwriter_negative.cpp
M  +4-0core/libs/dngwriter/dngwriter_p.h
A  +59   -0core/libs/dngwriter/dngwriter_postprocess.cpp [License: GPL
(v2+)]
M  +16   -0core/libs/metadataengine/exiftool/exiftoolparser.cpp
M  +3-1core/libs/metadataengine/exiftool/exiftoolparser.h
M  +4-1core/libs/metadataengine/exiftool/exiftoolparser_command.cpp
M  +7-1core/libs/metadataengine/exiftool/exiftoolparser_p.cpp
M  +1-0core/libs/metadataengine/exiftool/exiftoolparser_p.h
M  +2-2core/libs/metadataengine/exiftool/exiftoolprocess.h
M  +5-0core/tests/dngwriter/raw2dng.cpp

https://invent.kde.org/graphics/digikam/commit/530c69a0d8619df6ed204bb472ce88fbbcf543cb

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #16 from caulier.gil...@gmail.com ---
Git commit 5507cb4c7779f42321d751d3788ee18562df6c9d by Gilles Caulier.
Committed on 15/05/2021 at 15:14.
Pushed by cgilles into branch 'master'.

ExifToolParser: new command to copy tags from source file to a destination
file.
Related: bug 134486, bug 170693, bug 219856, bug 237504, bug 264210, bug
309341, bug 325458, bug 326408, bug 377622, bug 384092, bug 406540, bug 416516,
bug 421464, bug 436286

M  +7-0core/libs/metadataengine/exiftool/exiftoolparser.h
M  +64   -0core/libs/metadataengine/exiftool/exiftoolparser_command.cpp
M  +17   -1core/libs/metadataengine/exiftool/exiftoolprocess.h

https://invent.kde.org/graphics/digikam/commit/5507cb4c7779f42321d751d3788ee18562df6c9d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #15 from caulier.gil...@gmail.com ---
Git commit 10c2c25bcf157b16c252ad7a90ef1f817ea044a7 by Gilles Caulier.
Committed on 15/05/2021 at 06:21.
Pushed by cgilles into branch 'master'.

Store makernotes to DNG private tag to be recognized by ExifTool.
Process maker notes by manufacturer through dedicated sub functions for better
readability

M  +3-4core/libs/dngwriter/dngwriter_exif.cpp
M  +287  -237  core/libs/dngwriter/dngwriter_makernote.cpp
M  +15   -0core/libs/dngwriter/dngwriter_p.h

https://invent.kde.org/graphics/digikam/commit/10c2c25bcf157b16c252ad7a90ef1f817ea044a7

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread Octopuss
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #14 from Octopuss  ---
Please find the original https://www.dropbox.com/s/axleuu83c33c4zn/IMG_9870.CR2

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #13 from caulier.gil...@gmail.com ---
Ok, thanks. Please re-share the CR2 RAW files to test here...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread Octopuss
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #12 from Octopuss  ---
Thanks for the trick. I've not thought about that)

I've done as y suggested and the problem is still here:

src: https://i.imgur.com/elZRZfv.png
dst: https://i.imgur.com/O2syDBx.png

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #11 from caulier.gil...@gmail.com ---
You don't need a sandbox. AppImage is already one, as the bundle include
already all in place and don't install files on your system.

Just some tips :

1/ create a new account to run the bundle.
2/ import few files to convert to RAW.
3/ process files to DNG converter.
4/ import new DNG to darktable and check.

Very simple and safe. By this way you don't touch the prod user digiKam's
settings and database...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread Octopuss
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #10 from Octopuss  ---
Thanks!
Sorry, I can't test the latest version - I don't have a sandbox on my working
machine(

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #9 from caulier.gil...@gmail.com ---
The changes are not in digiKam 7.2.0 but in next 7.3.0. You can test with the
daily build bundles here :

https://files.kde.org/digikam/

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-14 Thread Octopuss
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #8 from Octopuss  ---
Hi,

Just check with my current Digikam 7.2.0+libraw 0.21.0.
Source: CR2 file from Cannon EOS 60D
Dest: DNG 
Method: digicam batch converter

Result: "Lens model" is missing in the result DNG.
This info is used in Darktable for applying lens correction plugins.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

caulier.gil...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||7.3.0

--- Comment #7 from caulier.gil...@gmail.com ---
I just tested with digiKam 7.3.0 + Exiv2 0.27.4 + DNG SDK to 1.5 + libraw
snapshot 20210504. The problem is not reproducible.

See my Light Table screen shot : https://i.imgur.com/N0qAKgT.png

On the left, a CR2 raw file with Lens information
On the right the DNG file created with digiKam where you will found again the
Lens information.

Adobe DNG SDK forward Lens info to Exif and XMP metadata.

CR2 File Sample taken from GDRive repository listed in bug #255137:

https://drive.google.com/folderview?id=0B0uPI0_kOOJXVTNWRXItVjNHZm8=sharing

I close this file now.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

--- Comment #6 from caulier.gil...@gmail.com ---
octopus,

Which camera model did you use ?

Your CR2 file sample is not available anymore

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 381967] Some lens metadata lost in converting CR2 into DNG

2021-05-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381967

caulier.gil...@gmail.com changed:

   What|Removed |Added

Summary|Some lens metadata lost in  |Some lens metadata lost in
   |converting into DNG |converting CR2 into DNG

-- 
You are receiving this mail because:
You are watching all bug changes.