Why can I add a tag to one JPG file and not another in Windows 10?
On Windows 10, I grabbed two files from the Internet. One I can tag on the Details tab of the Properties window, but one I cannot (tagging is disabled). How can I make the other file taggable?
windows-10 jpeg
add a comment |
On Windows 10, I grabbed two files from the Internet. One I can tag on the Details tab of the Properties window, but one I cannot (tagging is disabled). How can I make the other file taggable?
windows-10 jpeg
Could you add a screenshot please? Also, where exactly did you get these files?
– Ben N
Feb 13 '16 at 17:19
Are both files jpeg's?
– Moab
Feb 13 '16 at 18:59
add a comment |
On Windows 10, I grabbed two files from the Internet. One I can tag on the Details tab of the Properties window, but one I cannot (tagging is disabled). How can I make the other file taggable?
windows-10 jpeg
On Windows 10, I grabbed two files from the Internet. One I can tag on the Details tab of the Properties window, but one I cannot (tagging is disabled). How can I make the other file taggable?
windows-10 jpeg
windows-10 jpeg
edited Feb 13 '16 at 17:51
Ben N
29.9k1398145
29.9k1398145
asked Feb 13 '16 at 16:47
patrickinmplspatrickinmpls
69851636
69851636
Could you add a screenshot please? Also, where exactly did you get these files?
– Ben N
Feb 13 '16 at 17:19
Are both files jpeg's?
– Moab
Feb 13 '16 at 18:59
add a comment |
Could you add a screenshot please? Also, where exactly did you get these files?
– Ben N
Feb 13 '16 at 17:19
Are both files jpeg's?
– Moab
Feb 13 '16 at 18:59
Could you add a screenshot please? Also, where exactly did you get these files?
– Ben N
Feb 13 '16 at 17:19
Could you add a screenshot please? Also, where exactly did you get these files?
– Ben N
Feb 13 '16 at 17:19
Are both files jpeg's?
– Moab
Feb 13 '16 at 18:59
Are both files jpeg's?
– Moab
Feb 13 '16 at 18:59
add a comment |
3 Answers
3
active
oldest
votes
Without more information, we'll have to guess. The most likely explanation is that the untaggable image is not actually a JPEG. Tags for JPEG-format images are stored in the file itself; you can verify this by doing type picture.jpg in a command prompt - the comments and tags are in there. If you rename, for example, a BMP to JPG, you'll find that many fields in the Properties window are still disabled (because there's no place in the BMP format to keep that stuff).
To allow tagging, you'll need to resave the file as an actual JPEG. Most graphics editors will figure out the file's format based on its contents, so just open it up and do Save As, making sure to set the output format to JPEG.
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
add a comment |
I had the same problem on my PC, and eventually found that one of the files was read only, and once I changed that I could add a tag.
add a comment |
I was having the same problem and my files were neither read-only nor in a different format (all the other jpg-tags, like date, time, focal length, etc. were there, I just couldn't add new ones).
I solved the problem by rotating the pictures counter-clockwise and then back again. Just like that, I could add tags to my heart's content.
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
});
}
});
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%2f1039447%2fwhy-can-i-add-a-tag-to-one-jpg-file-and-not-another-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Without more information, we'll have to guess. The most likely explanation is that the untaggable image is not actually a JPEG. Tags for JPEG-format images are stored in the file itself; you can verify this by doing type picture.jpg in a command prompt - the comments and tags are in there. If you rename, for example, a BMP to JPG, you'll find that many fields in the Properties window are still disabled (because there's no place in the BMP format to keep that stuff).
To allow tagging, you'll need to resave the file as an actual JPEG. Most graphics editors will figure out the file's format based on its contents, so just open it up and do Save As, making sure to set the output format to JPEG.
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
add a comment |
Without more information, we'll have to guess. The most likely explanation is that the untaggable image is not actually a JPEG. Tags for JPEG-format images are stored in the file itself; you can verify this by doing type picture.jpg in a command prompt - the comments and tags are in there. If you rename, for example, a BMP to JPG, you'll find that many fields in the Properties window are still disabled (because there's no place in the BMP format to keep that stuff).
To allow tagging, you'll need to resave the file as an actual JPEG. Most graphics editors will figure out the file's format based on its contents, so just open it up and do Save As, making sure to set the output format to JPEG.
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
add a comment |
Without more information, we'll have to guess. The most likely explanation is that the untaggable image is not actually a JPEG. Tags for JPEG-format images are stored in the file itself; you can verify this by doing type picture.jpg in a command prompt - the comments and tags are in there. If you rename, for example, a BMP to JPG, you'll find that many fields in the Properties window are still disabled (because there's no place in the BMP format to keep that stuff).
To allow tagging, you'll need to resave the file as an actual JPEG. Most graphics editors will figure out the file's format based on its contents, so just open it up and do Save As, making sure to set the output format to JPEG.
Without more information, we'll have to guess. The most likely explanation is that the untaggable image is not actually a JPEG. Tags for JPEG-format images are stored in the file itself; you can verify this by doing type picture.jpg in a command prompt - the comments and tags are in there. If you rename, for example, a BMP to JPG, you'll find that many fields in the Properties window are still disabled (because there's no place in the BMP format to keep that stuff).
To allow tagging, you'll need to resave the file as an actual JPEG. Most graphics editors will figure out the file's format based on its contents, so just open it up and do Save As, making sure to set the output format to JPEG.
answered Feb 13 '16 at 17:50
Ben NBen N
29.9k1398145
29.9k1398145
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
add a comment |
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
The file extension was .jpg but "Type JPG" returned an [x]PG where x is some Eastern European letter I'm not familiar with; I converted to jpg and its working now thanks.
– patrickinmpls
Feb 13 '16 at 19:07
add a comment |
I had the same problem on my PC, and eventually found that one of the files was read only, and once I changed that I could add a tag.
add a comment |
I had the same problem on my PC, and eventually found that one of the files was read only, and once I changed that I could add a tag.
add a comment |
I had the same problem on my PC, and eventually found that one of the files was read only, and once I changed that I could add a tag.
I had the same problem on my PC, and eventually found that one of the files was read only, and once I changed that I could add a tag.
answered May 15 '18 at 10:03
MarkymarkMarkymark
111
111
add a comment |
add a comment |
I was having the same problem and my files were neither read-only nor in a different format (all the other jpg-tags, like date, time, focal length, etc. were there, I just couldn't add new ones).
I solved the problem by rotating the pictures counter-clockwise and then back again. Just like that, I could add tags to my heart's content.
add a comment |
I was having the same problem and my files were neither read-only nor in a different format (all the other jpg-tags, like date, time, focal length, etc. were there, I just couldn't add new ones).
I solved the problem by rotating the pictures counter-clockwise and then back again. Just like that, I could add tags to my heart's content.
add a comment |
I was having the same problem and my files were neither read-only nor in a different format (all the other jpg-tags, like date, time, focal length, etc. were there, I just couldn't add new ones).
I solved the problem by rotating the pictures counter-clockwise and then back again. Just like that, I could add tags to my heart's content.
I was having the same problem and my files were neither read-only nor in a different format (all the other jpg-tags, like date, time, focal length, etc. were there, I just couldn't add new ones).
I solved the problem by rotating the pictures counter-clockwise and then back again. Just like that, I could add tags to my heart's content.
answered Feb 2 at 9:00
GuestGuest
1
1
add a comment |
add a comment |
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%2f1039447%2fwhy-can-i-add-a-tag-to-one-jpg-file-and-not-another-in-windows-10%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
Could you add a screenshot please? Also, where exactly did you get these files?
– Ben N
Feb 13 '16 at 17:19
Are both files jpeg's?
– Moab
Feb 13 '16 at 18:59