Hello.
The task is: there is a file clear.jpg cleared of metadata. You need to copy absolutely all the metadata from the src.jpg file into it so that they do not differ in any way in terms of metadata.
Tried copying metadata with "ET gui". The differences are palpable when exporting metadata.
Is it possible to make identical files in terms of metadata?
I would be very grateful for your help.
Quote from: Fedor72 on December 03, 2020, 09:48:41 AM
Is it possible to make identical files in terms of metadata?
You could copy any embedded groups as blocks
exiftool -TagsFromFile Source.jpg -IPTC -EXIF -XMP Clear.jpgThough there may be other blocks you have to copy.
Copied almost perfectly.
Thank you very much!
Can you please tell me, in addition to these tags, what else can I add so that the copy is as complete as possible?
You could also add -jfif:all and -trailer to copy the JFIF segment and any JPG trailer.
- Phil
Thank you