GNOME Bugzilla – Bug 618770
Can't copy metadata from one file to another in Taglib#
Last modified: 2010-07-01 23:27:33 UTC
This is needed when we write a new derived version of a file, we need to preserve metadata as much as possible.
Implemented a different solution to this: atomic writing in the file abstraction. Not sure if copying is still needed.
Reopening, converting between formats is the use-case here.
Done. commit 2a46d11248d2d02e8b4bc280093d40b72a2929d8 Author: Ruben Vermeersch <ruben@savanne.be> Date: Fri Jul 2 01:25:53 2010 +0200 Add metadata copying between images. Only copies the values from ImageTag. Good enough. https://bugzilla.gnome.org/show_bug.cgi?id=618770