| Summary: | Delete all face tags, no JPG changes | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Andy <zunar> |
| Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | metzpinguin, michael_miller |
| Priority: | NOR | ||
| Version First Reported In: | 8.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/224d30f39980cb59f96f45199c25fe3659192c12 | Version Fixed/Implemented In: | 8.7.0 |
| Sentry Crash Report: | |||
|
Description
Andy
2025-03-14 15:31:34 UTC
This is normal if the faces were unknown or unconfirmed. There's nothing to write; this information is only in the database. Only when a confirmed face is deleted or added does metadata need to be written. Maik Hi! There were already confirmed faces. I deleted those too. Andy The information of the confirmed faces was deleted from the database, but not in the JPG. Ok, this is a regression in the current code, I tested it here. Maik (In reply to Maik Qualmann from comment #4) > Ok, this is a regression in the current code, I tested it here. > > Maik Maik/Gilles, do we want to delay 8.6.0 for a day to fix? Cheers, Mike Git commit 224d30f39980cb59f96f45199c25fe3659192c12 by Maik Qualmann. Committed on 14/03/2025 at 21:37. Pushed by mqualmann into branch 'master'. add pipeline to remove all faces from image FIXED-IN: 8.7.0 M +1 -1 NEWS M +1 -1 core/utilities/facemanagement/items/facegroup.cpp M +20 -0 core/utilities/facemanagement/pipelines/edit/facepipelineedit.cpp M +2 -0 core/utilities/facemanagement/pipelines/edit/facepipelineedit.h M +11 -1 core/utilities/facemanagement/pipelines/facepipelinepackagebase.cpp M +5 -1 core/utilities/facemanagement/pipelines/facepipelinepackagebase.h https://invent.kde.org/graphics/digikam/-/commit/224d30f39980cb59f96f45199c25fe3659192c12 |