HumanDynamo
HumanDynamo
IPTC is very simple to host in file : it's just a byte array, as Exif. IPTC is like Exif, and old school binary format. So to put/get on HEIF,...
Hi, I backported your IPTC branch to digiKAm HEIF image loader, and : 1/ writing sound working : digikam.general: startSavingAs called digikam.general: Writing file to QUrl("file:///mnt/data/photos/TESTS/METADATA/LR/LR.heic") digikam.widgets: Trying to discover...
More info: Code to load metadata: https://invent.kde.org/kde/digikam/blob/master/core/dplugins/dimg/heif/dimgheifloader_load.cpp#L174 Code to write metadata: https://invent.kde.org/kde/digikam/blob/master/core/dplugins/dimg/heif/dimgheifloader_save.cpp#L457 Gilles Caulier
Excellent. It work perfectly now. Thanks you very much ! https://imgur.com/WkiZqPP Gilles Caulier
yes i confirm this file can be closed when code will be merged back from iptc branch to master Gilles Caulier
Hi, Reading IPTC (as Exif, and XMP) is performed by Exiv2 library. This last one do not yet support writing operations in HEIF. It's not a problem if a standard...
Student account in github: @quochungtran2000
Details from the student to reproduce the problem: https://invent.kde.org/graphics/digikam/-/merge_requests/170#note_410059 Code from the ImgUr plugin using O2 library: https://invent.kde.org/graphics/digikam/-/blob/master/core/dplugins/generic/webservices/imgur/imgurtalker.cpp
I vote for this feature too, for digiKam video metadata support. We don't need something complicated, but at least to be able to get main metadata from video file as...
I personalty implemented the video metadata support with ffmpeg in next digiKam 6.0.0. It's in Read only and i re-route the video tags reported by ffmpeg to Exiv2 container that...