[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-06 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #38 from MarcP --- It seems to working fine now, thank you! -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #36 from Maik Qualmann --- Git commit ef606592329b3b734c1f6c295b422239730c85cf by Maik Qualmann. Committed on 05/12/2021 at 11:04. Pushed by mqualmann into branch 'master'. fix remove face metadata completely from image M +2-29

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #35 from Maik Qualmann --- Metadata outside of XMP-mwg-rs can be changed without problems. It is not possible to delete or change the face metadata. I guess now that although we have registered the namespace "apple-fi", Exiv2 cannot do

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #34 from caulier.gil...@gmail.com --- Perhaps while writing, ExiV2 try to merge old values with new values. Try to remove old values before to update contents... Gilles -- You are receiving this mail because: You are watching all bug

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #33 from Maik Qualmann --- This message comes when you write. When reading, there is no error message, the unknown namespace "apple-fi" error message is gone. Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #32 from caulier.gil...@gmail.com --- This message is printed while reading metadata from file ? If yes, well the expected structure from XMP container is badly encoded or is not recognized by exiv2. Perhaps the XMP SDK included in Exiv2 is

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 Maik Qualmann changed: What|Removed |Added Resolution|FIXED |--- Ever confirmed|0

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-04 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #30 from MarcP --- Hi, I think this bug is still present in Build date: 4/12/21 10:27 (target: Debug) Rev.: 2e6caaade79584a2df7c6839d2084c5bcbd35715. I cannot save keywords on XMP metadata for iPhone pictures if they already contain a face

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-02 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 Maik Qualmann changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #28 from caulier.gil...@gmail.com --- Maik, if i remember, Exiv2 do it automatically at end : https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/metadataengine/engine/metaengine.cpp#L100 Gilles -- You are receiving this

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-02 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #27 from Maik Qualmann --- Thanks Gilles, I think I don't need to do unregister the namespace. I took a look at the Exiv2::terminate() code and all namespaces should be deleted. Maik -- You are receiving this mail because: You are

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #26 from caulier.gil...@gmail.com --- Hi Maik, Look in ExifTool source code from github : https://github.com/exiftool/exiftool/blob/9ceb6432cb71f892bdd1073599f8dfb7f373537d/lib/Image/ExifTool/XMP.pm#L182 ==> 'apple-fi' =>

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-01 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #25 from Maik Qualmann --- I have registered the "apple-fi" namespace in the code as a test. Then everything works without any problems. I just don't know the correct namespace URI at the moment. Maik -- You are receiving this mail

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-12-01 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #24 from Maik Qualmann --- *** Bug 446350 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-11-01 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #23 from MarcP --- Hi, I'm not sure of the status of this bug, or if it's the same thing I have experienced (I mentioned it in the mailing list about a month ago). Basically what I see is that some pictures taken from an iPhone have

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-09-29 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=436286 MarcP changed: What|Removed |Added CC||iwannaber...@gmail.com -- You are receiving this mail

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #22 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

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #21 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

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #20 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

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #19 from caulier.gil...@gmail.com --- Git commit 2ef074a3f5c239bf4674c4cdda5bf99f511d8ae0 by Gilles Caulier. Committed on 09/05/2021 at 13:04. Pushed by cgilles into branch 'master'. ExifTool support: add new method to apply list of changes

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #18 from caulier.gil...@gmail.com --- Git commit 2cb42fd246428932edd2049c59def826dcc9a420 by Gilles Caulier. Committed on 09/05/2021 at 08:13. Pushed by cgilles into branch 'master'. ExifTool support: now export the list of tags changes

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #17 from caulier.gil...@gmail.com --- Git commit 434f065e74282cbb9335c2cc4db256007ca2ae5d by Gilles Caulier. Committed on 08/05/2021 at 16:46. Pushed by cgilles into branch 'master'. ExifTool support: add new method to get list of changes

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #16 from Maik Qualmann --- The metadata viewer has a filter button at the top left next to the search line, where "no filter" should be selected in order to see all XMP metadata. The image sample from Comment 10 does not contain any face

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #15 from tryme...@tutanota.com --- I looked on the right panel Properties, right panel Metadata -> XMP and I added the Edit Metadata button to the top panel and looked in that under XMP and cannot find anything for face tags. -- You are

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #14 from tryme...@tutanota.com --- (In reply to Maik Qualmann from comment #13) > Rereading the metadata doesn't solve the problem? Are the face metadata > available in the XMP metadata viewer? > > Maik Where is the XMP metadata viewer?

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-04 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #13 from Maik Qualmann --- Rereading the metadata doesn't solve the problem? Are the face metadata available in the XMP metadata viewer? Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #12 from tryme...@tutanota.com --- (In reply to Maik Qualmann from comment #11) > The image from comment 10 shows no problems with writing or reading face > regions and tags. > > Maik I am using DigiKam 7.2.0 AppImage on Linux Mint. When I

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-03 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #11 from Maik Qualmann --- The image from comment 10 shows no problems with writing or reading face regions and tags. Maik -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-05-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #10 from tryme...@tutanota.com --- Created attachment 138127 --> https://bugs.kde.org/attachment.cgi?id=138127=edit face tag wont remain image -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-04-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #9 from tryme...@tutanota.com --- I found a solution thanks to StarGeek on the exiftool forum. Maybe digikam can use this to fix this issue but this is a soltution for others who want to fix this with their iphone pictures until digikam

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #8 from tryme...@tutanota.com --- (In reply to caulier.gilles from comment #7) > In ExifTool command line, you can use condition rules. Look in documentation > : > > https://exiftool.org/exiftool_pod.html#Advanced-formatting-feature > >

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #7 from caulier.gil...@gmail.com --- In ExifTool command line, you can use condition rules. Look in documentation : https://exiftool.org/exiftool_pod.html#Advanced-formatting-feature Just check the availability of apple-fi metadata group

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #6 from tryme...@tutanota.com --- I am using bash if that helps -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 --- Comment #5 from tryme...@tutanota.com --- (In reply to Maik Qualmann from comment #4) > With this command you can repair the image: > > exiftool facetagsdonotwork.jpg -xmp:all= -tagsfromfile @ -xmp:all > -overwrite_original > > Maik This does

[digikam] [Bug 436286] Cannot embed face tags into JPG image with Exiv2 and "apple-fi" XMP namespace. Use ExifTool instead

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=436286 caulier.gil...@gmail.com changed: What|Removed |Added Summary|Cannot embed face tags into |Cannot embed face tags into