Copying unknown tags with ExifToolDownloading image from Picasa Web Albums loses metadataHow to automatically...
Is there really no use for MD5 anymore?
Could the terminal length of components like resistors be reduced?
Implications of cigar-shaped bodies having rings?
Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?
Can someone publish a story that happened to you?
What's the name of these pliers?
Does Gita support doctrine of eternal samsara?
Rivers without rain
Why did C use the -> operator instead of reusing the . operator?
Do I have an "anti-research" personality?
On The Origin of Dissonant Chords
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
How can I practically buy stocks?
Extension of 2-adic valuation to the real numbers
As an international instructor, should I openly talk about my accent?
Can I criticise the more senior developers around me for not writing clean code?
Why must Chinese maps be obfuscated?
How could Tony Stark make this in Endgame?
Mistake in years of experience in resume?
"You've called the wrong number" or "You called the wrong number"
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
What does ゆーか mean?
How to stop co-workers from teasing me because I know Russian?
acheter à, to mean both "from" and "for"?
Copying unknown tags with ExifTool
Downloading image from Picasa Web Albums loses metadataHow to automatically save a source URL when saving an image in Firefox under Windows?Read Metadata from multiple files (namely Images with Copyright info)ExifTool: How do I use the -@ and -tagsFromFile arguments together?How to copy exif comments to XMP descriptionMultipage TIFF — How do I remove “Subfiletype” exif tag?Windows: how to enable tags on old image files?Change AVI metadata creation date with ffmpeg issueChange rotation flag in MP4 video (without losing metadata)Exiftool's “-tagsfromfile” does not help recover all metadata (#iphone)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have some images which I edited in GIMP, which lost some EXIF metadata in the process (and some EXIF tags added, too), so when I'm done I copy all the metadata from the original image into the GIMPed one, using exiftool -tagsFromFile
or a similar mechanism. So far, so good.
Problem is, in some of the images there are vendor specific EXIF tags, for example 0x9999
which is not copied because it's not standard. So this is the issue: I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags
I know I can create a .ExifTool_config
file containing this vendor specific tag and it will be copied, but the problem with this solution is that future vendor specific tags I have not added to the config file won't be copied. I want this to be automatic and cover any future unknown tag I may encounter.
I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags.
Is this at all possible or my best bet is to lose these tags or keep adding them to the config file whenever I notice there's a new one?
I prefer to use exiftool
because it integrates better in my workflow, but if the only solution is to use another tool which works both in Windows, macOS and Linux, I'm open to it. My last resort is to write my own thing, but I prefer not to go down that route for the time being.
metadata image-processing exiftool
New contributor
add a comment |
I have some images which I edited in GIMP, which lost some EXIF metadata in the process (and some EXIF tags added, too), so when I'm done I copy all the metadata from the original image into the GIMPed one, using exiftool -tagsFromFile
or a similar mechanism. So far, so good.
Problem is, in some of the images there are vendor specific EXIF tags, for example 0x9999
which is not copied because it's not standard. So this is the issue: I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags
I know I can create a .ExifTool_config
file containing this vendor specific tag and it will be copied, but the problem with this solution is that future vendor specific tags I have not added to the config file won't be copied. I want this to be automatic and cover any future unknown tag I may encounter.
I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags.
Is this at all possible or my best bet is to lose these tags or keep adding them to the config file whenever I notice there's a new one?
I prefer to use exiftool
because it integrates better in my workflow, but if the only solution is to use another tool which works both in Windows, macOS and Linux, I'm open to it. My last resort is to write my own thing, but I prefer not to go down that route for the time being.
metadata image-processing exiftool
New contributor
add a comment |
I have some images which I edited in GIMP, which lost some EXIF metadata in the process (and some EXIF tags added, too), so when I'm done I copy all the metadata from the original image into the GIMPed one, using exiftool -tagsFromFile
or a similar mechanism. So far, so good.
Problem is, in some of the images there are vendor specific EXIF tags, for example 0x9999
which is not copied because it's not standard. So this is the issue: I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags
I know I can create a .ExifTool_config
file containing this vendor specific tag and it will be copied, but the problem with this solution is that future vendor specific tags I have not added to the config file won't be copied. I want this to be automatic and cover any future unknown tag I may encounter.
I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags.
Is this at all possible or my best bet is to lose these tags or keep adding them to the config file whenever I notice there's a new one?
I prefer to use exiftool
because it integrates better in my workflow, but if the only solution is to use another tool which works both in Windows, macOS and Linux, I'm open to it. My last resort is to write my own thing, but I prefer not to go down that route for the time being.
metadata image-processing exiftool
New contributor
I have some images which I edited in GIMP, which lost some EXIF metadata in the process (and some EXIF tags added, too), so when I'm done I copy all the metadata from the original image into the GIMPed one, using exiftool -tagsFromFile
or a similar mechanism. So far, so good.
Problem is, in some of the images there are vendor specific EXIF tags, for example 0x9999
which is not copied because it's not standard. So this is the issue: I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags
I know I can create a .ExifTool_config
file containing this vendor specific tag and it will be copied, but the problem with this solution is that future vendor specific tags I have not added to the config file won't be copied. I want this to be automatic and cover any future unknown tag I may encounter.
I want the GIMPed image to have an exact copy of the metadata of the original image, using exiftool
, and handling unknown tags.
Is this at all possible or my best bet is to lose these tags or keep adding them to the config file whenever I notice there's a new one?
I prefer to use exiftool
because it integrates better in my workflow, but if the only solution is to use another tool which works both in Windows, macOS and Linux, I'm open to it. My last resort is to write my own thing, but I prefer not to go down that route for the time being.
metadata image-processing exiftool
metadata image-processing exiftool
New contributor
New contributor
edited yesterday
JakeGould
33k10101143
33k10101143
New contributor
asked yesterday
Raúl Núñez de Arenas CoronadoRaúl Núñez de Arenas Coronado
84
84
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You can copy the EXIF group as a block by using
exiftool -TagsFromFile SOURCEFILE -EXIF DESTINATIONFILE
See the last paragraph of exiftool FAQ #9
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, callingexiftool
a second time to remove that metadata is not a problem at all. Thanks!
– Raúl Núñez de Arenas Coronado
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
add a comment |
Try this syntax:
exiftool -tagsfromfile src.jpg -all:all dst.jpg
Source: ExifTool FAQ,
sections 9a and 9b.
1
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Raúl Núñez de Arenas Coronado is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429554%2fcopying-unknown-tags-with-exiftool%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can copy the EXIF group as a block by using
exiftool -TagsFromFile SOURCEFILE -EXIF DESTINATIONFILE
See the last paragraph of exiftool FAQ #9
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, callingexiftool
a second time to remove that metadata is not a problem at all. Thanks!
– Raúl Núñez de Arenas Coronado
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
add a comment |
You can copy the EXIF group as a block by using
exiftool -TagsFromFile SOURCEFILE -EXIF DESTINATIONFILE
See the last paragraph of exiftool FAQ #9
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, callingexiftool
a second time to remove that metadata is not a problem at all. Thanks!
– Raúl Núñez de Arenas Coronado
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
add a comment |
You can copy the EXIF group as a block by using
exiftool -TagsFromFile SOURCEFILE -EXIF DESTINATIONFILE
See the last paragraph of exiftool FAQ #9
You can copy the EXIF group as a block by using
exiftool -TagsFromFile SOURCEFILE -EXIF DESTINATIONFILE
See the last paragraph of exiftool FAQ #9
edited yesterday
JakeGould
33k10101143
33k10101143
answered yesterday
StarGeekStarGeek
57626
57626
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, callingexiftool
a second time to remove that metadata is not a problem at all. Thanks!
– Raúl Núñez de Arenas Coronado
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
add a comment |
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, callingexiftool
a second time to remove that metadata is not a problem at all. Thanks!
– Raúl Núñez de Arenas Coronado
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, calling
exiftool
a second time to remove that metadata is not a problem at all. Thanks!– Raúl Núñez de Arenas Coronado
yesterday
I totally missed that paragraph, thanks A LOT. The only problem I have with this solution is that other metadata which I wanted to remove (e.g., GPS and IFD1) is not removed if I copy EXIF as a block, but I'll work that out later, calling
exiftool
a second time to remove that metadata is not a problem at all. Thanks!– Raúl Núñez de Arenas Coronado
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
Exiftool's documentation is massive. Even though I knew it was possible, I didn't know where it was documented until @harrymc post.
– StarGeek
yesterday
add a comment |
Try this syntax:
exiftool -tagsfromfile src.jpg -all:all dst.jpg
Source: ExifTool FAQ,
sections 9a and 9b.
1
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
add a comment |
Try this syntax:
exiftool -tagsfromfile src.jpg -all:all dst.jpg
Source: ExifTool FAQ,
sections 9a and 9b.
1
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
add a comment |
Try this syntax:
exiftool -tagsfromfile src.jpg -all:all dst.jpg
Source: ExifTool FAQ,
sections 9a and 9b.
Try this syntax:
exiftool -tagsfromfile src.jpg -all:all dst.jpg
Source: ExifTool FAQ,
sections 9a and 9b.
answered yesterday
harrymcharrymc
266k14278585
266k14278585
1
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
add a comment |
1
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
1
1
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
The trouble with that command is that it will only copy tags that exiftool already has definitions for. It will not copy unknown tags as the in the OP's case. But the last paragraph of that FAQ does cover this situation.
– StarGeek
yesterday
add a comment |
Raúl Núñez de Arenas Coronado is a new contributor. Be nice, and check out our Code of Conduct.
Raúl Núñez de Arenas Coronado is a new contributor. Be nice, and check out our Code of Conduct.
Raúl Núñez de Arenas Coronado is a new contributor. Be nice, and check out our Code of Conduct.
Raúl Núñez de Arenas Coronado is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429554%2fcopying-unknown-tags-with-exiftool%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown