GIMP Quality .jpg export - what is the best set up?
please could you tell what is the best common quality export value for .jpg image export in the GIMP? For example I set up the 100% for .jpg and for example for image 1,5 MB I will get the 5,2 MB or even more then 7 MB. Is it really better quality than the original photo? Is there any advantages to keep photo in this high quality?
image-quality gimp
New contributor
add a comment |
please could you tell what is the best common quality export value for .jpg image export in the GIMP? For example I set up the 100% for .jpg and for example for image 1,5 MB I will get the 5,2 MB or even more then 7 MB. Is it really better quality than the original photo? Is there any advantages to keep photo in this high quality?
image-quality gimp
New contributor
2
How are you defining "best"? JPEG quality is just about a perfect example of a trade-off you have to make.
– Philip Kendall
3 hours ago
1
Possible duplicate of What quality to choose when converting to JPG?
– xiota
2 hours ago
"Best" for what end use of the image? The reason we have choices is because different intended usages and different quality versus size priorities benefit from different compression/quality settings.
– Michael C
2 hours ago
add a comment |
please could you tell what is the best common quality export value for .jpg image export in the GIMP? For example I set up the 100% for .jpg and for example for image 1,5 MB I will get the 5,2 MB or even more then 7 MB. Is it really better quality than the original photo? Is there any advantages to keep photo in this high quality?
image-quality gimp
New contributor
please could you tell what is the best common quality export value for .jpg image export in the GIMP? For example I set up the 100% for .jpg and for example for image 1,5 MB I will get the 5,2 MB or even more then 7 MB. Is it really better quality than the original photo? Is there any advantages to keep photo in this high quality?
image-quality gimp
image-quality gimp
New contributor
New contributor
New contributor
asked 3 hours ago
HeronHeron
243
243
New contributor
New contributor
2
How are you defining "best"? JPEG quality is just about a perfect example of a trade-off you have to make.
– Philip Kendall
3 hours ago
1
Possible duplicate of What quality to choose when converting to JPG?
– xiota
2 hours ago
"Best" for what end use of the image? The reason we have choices is because different intended usages and different quality versus size priorities benefit from different compression/quality settings.
– Michael C
2 hours ago
add a comment |
2
How are you defining "best"? JPEG quality is just about a perfect example of a trade-off you have to make.
– Philip Kendall
3 hours ago
1
Possible duplicate of What quality to choose when converting to JPG?
– xiota
2 hours ago
"Best" for what end use of the image? The reason we have choices is because different intended usages and different quality versus size priorities benefit from different compression/quality settings.
– Michael C
2 hours ago
2
2
How are you defining "best"? JPEG quality is just about a perfect example of a trade-off you have to make.
– Philip Kendall
3 hours ago
How are you defining "best"? JPEG quality is just about a perfect example of a trade-off you have to make.
– Philip Kendall
3 hours ago
1
1
Possible duplicate of What quality to choose when converting to JPG?
– xiota
2 hours ago
Possible duplicate of What quality to choose when converting to JPG?
– xiota
2 hours ago
"Best" for what end use of the image? The reason we have choices is because different intended usages and different quality versus size priorities benefit from different compression/quality settings.
– Michael C
2 hours ago
"Best" for what end use of the image? The reason we have choices is because different intended usages and different quality versus size priorities benefit from different compression/quality settings.
– Michael C
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Saving at 100% quality will never restore whatever loss has already occurred, and the image from your camera is usually at 95-97 quality. If you save at 100% quality you can as well use a lossless format such as PNG or TIFF (any compression except Jpeg).
In practice, quality depends on intended usage.
- If you want to keep the picture as a source for further edits(*), good quality is important, otherwise JPEG compression artifacts are going to get in the way (when doing selections, etc...). So keep the quality at 95 and make sure that the "Subsampling" (see the "advanced options" in the JPEG export dialog) is set to
4:4:4 (best quality)
. - If it is a final version (for the web, or print), you can easily lower the quality to 80-85 and use a more aggressive subsampling: 4:2:2 or even 4:2:0. Tick the
Show preview in image window
option to see in real time the influence of the JPG options on the final output (this also gives you an instant evaluation of the resulting file size) and adjust to your liking. "Sharper" pictures (or pictures with text added) will often require a better quality setting.
(*) while you work on a picture with Gimp, save it as XCF of course, to keep all the layers/channels/paths/selection.
add a comment |
"Best" practices:
Keep a copy of your original files safe from edits.
"Use quality settings from original image" – if the original was a JPEG and your edits were localized.
Otherwise, use 99% at 4:4:4. (Or pick your favorite number between 95 and 100.)
For upload to web, use a JPEG minimizer first, such as JPEGmini or
jpeg-recompress
from jpeg-archive.See What quality to choose when converting to JPG?
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "61"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Heron 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%2fphoto.stackexchange.com%2fquestions%2f104483%2fgimp-quality-jpg-export-what-is-the-best-set-up%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
Saving at 100% quality will never restore whatever loss has already occurred, and the image from your camera is usually at 95-97 quality. If you save at 100% quality you can as well use a lossless format such as PNG or TIFF (any compression except Jpeg).
In practice, quality depends on intended usage.
- If you want to keep the picture as a source for further edits(*), good quality is important, otherwise JPEG compression artifacts are going to get in the way (when doing selections, etc...). So keep the quality at 95 and make sure that the "Subsampling" (see the "advanced options" in the JPEG export dialog) is set to
4:4:4 (best quality)
. - If it is a final version (for the web, or print), you can easily lower the quality to 80-85 and use a more aggressive subsampling: 4:2:2 or even 4:2:0. Tick the
Show preview in image window
option to see in real time the influence of the JPG options on the final output (this also gives you an instant evaluation of the resulting file size) and adjust to your liking. "Sharper" pictures (or pictures with text added) will often require a better quality setting.
(*) while you work on a picture with Gimp, save it as XCF of course, to keep all the layers/channels/paths/selection.
add a comment |
Saving at 100% quality will never restore whatever loss has already occurred, and the image from your camera is usually at 95-97 quality. If you save at 100% quality you can as well use a lossless format such as PNG or TIFF (any compression except Jpeg).
In practice, quality depends on intended usage.
- If you want to keep the picture as a source for further edits(*), good quality is important, otherwise JPEG compression artifacts are going to get in the way (when doing selections, etc...). So keep the quality at 95 and make sure that the "Subsampling" (see the "advanced options" in the JPEG export dialog) is set to
4:4:4 (best quality)
. - If it is a final version (for the web, or print), you can easily lower the quality to 80-85 and use a more aggressive subsampling: 4:2:2 or even 4:2:0. Tick the
Show preview in image window
option to see in real time the influence of the JPG options on the final output (this also gives you an instant evaluation of the resulting file size) and adjust to your liking. "Sharper" pictures (or pictures with text added) will often require a better quality setting.
(*) while you work on a picture with Gimp, save it as XCF of course, to keep all the layers/channels/paths/selection.
add a comment |
Saving at 100% quality will never restore whatever loss has already occurred, and the image from your camera is usually at 95-97 quality. If you save at 100% quality you can as well use a lossless format such as PNG or TIFF (any compression except Jpeg).
In practice, quality depends on intended usage.
- If you want to keep the picture as a source for further edits(*), good quality is important, otherwise JPEG compression artifacts are going to get in the way (when doing selections, etc...). So keep the quality at 95 and make sure that the "Subsampling" (see the "advanced options" in the JPEG export dialog) is set to
4:4:4 (best quality)
. - If it is a final version (for the web, or print), you can easily lower the quality to 80-85 and use a more aggressive subsampling: 4:2:2 or even 4:2:0. Tick the
Show preview in image window
option to see in real time the influence of the JPG options on the final output (this also gives you an instant evaluation of the resulting file size) and adjust to your liking. "Sharper" pictures (or pictures with text added) will often require a better quality setting.
(*) while you work on a picture with Gimp, save it as XCF of course, to keep all the layers/channels/paths/selection.
Saving at 100% quality will never restore whatever loss has already occurred, and the image from your camera is usually at 95-97 quality. If you save at 100% quality you can as well use a lossless format such as PNG or TIFF (any compression except Jpeg).
In practice, quality depends on intended usage.
- If you want to keep the picture as a source for further edits(*), good quality is important, otherwise JPEG compression artifacts are going to get in the way (when doing selections, etc...). So keep the quality at 95 and make sure that the "Subsampling" (see the "advanced options" in the JPEG export dialog) is set to
4:4:4 (best quality)
. - If it is a final version (for the web, or print), you can easily lower the quality to 80-85 and use a more aggressive subsampling: 4:2:2 or even 4:2:0. Tick the
Show preview in image window
option to see in real time the influence of the JPG options on the final output (this also gives you an instant evaluation of the resulting file size) and adjust to your liking. "Sharper" pictures (or pictures with text added) will often require a better quality setting.
(*) while you work on a picture with Gimp, save it as XCF of course, to keep all the layers/channels/paths/selection.
answered 3 hours ago
xenoidxenoid
2,741316
2,741316
add a comment |
add a comment |
"Best" practices:
Keep a copy of your original files safe from edits.
"Use quality settings from original image" – if the original was a JPEG and your edits were localized.
Otherwise, use 99% at 4:4:4. (Or pick your favorite number between 95 and 100.)
For upload to web, use a JPEG minimizer first, such as JPEGmini or
jpeg-recompress
from jpeg-archive.See What quality to choose when converting to JPG?
add a comment |
"Best" practices:
Keep a copy of your original files safe from edits.
"Use quality settings from original image" – if the original was a JPEG and your edits were localized.
Otherwise, use 99% at 4:4:4. (Or pick your favorite number between 95 and 100.)
For upload to web, use a JPEG minimizer first, such as JPEGmini or
jpeg-recompress
from jpeg-archive.See What quality to choose when converting to JPG?
add a comment |
"Best" practices:
Keep a copy of your original files safe from edits.
"Use quality settings from original image" – if the original was a JPEG and your edits were localized.
Otherwise, use 99% at 4:4:4. (Or pick your favorite number between 95 and 100.)
For upload to web, use a JPEG minimizer first, such as JPEGmini or
jpeg-recompress
from jpeg-archive.See What quality to choose when converting to JPG?
"Best" practices:
Keep a copy of your original files safe from edits.
"Use quality settings from original image" – if the original was a JPEG and your edits were localized.
Otherwise, use 99% at 4:4:4. (Or pick your favorite number between 95 and 100.)
For upload to web, use a JPEG minimizer first, such as JPEGmini or
jpeg-recompress
from jpeg-archive.See What quality to choose when converting to JPG?
answered 2 hours ago
xiotaxiota
9,16821551
9,16821551
add a comment |
add a comment |
Heron is a new contributor. Be nice, and check out our Code of Conduct.
Heron is a new contributor. Be nice, and check out our Code of Conduct.
Heron is a new contributor. Be nice, and check out our Code of Conduct.
Heron is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Photography Stack Exchange!
- 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%2fphoto.stackexchange.com%2fquestions%2f104483%2fgimp-quality-jpg-export-what-is-the-best-set-up%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
2
How are you defining "best"? JPEG quality is just about a perfect example of a trade-off you have to make.
– Philip Kendall
3 hours ago
1
Possible duplicate of What quality to choose when converting to JPG?
– xiota
2 hours ago
"Best" for what end use of the image? The reason we have choices is because different intended usages and different quality versus size priorities benefit from different compression/quality settings.
– Michael C
2 hours ago