How to prevent wallpaper compression in Windows 10?
up vote
-1
down vote
favorite
I'm running Windows 10 October Update and in case i know that Windows 10 reduces my wallpaper quality everytime! Of course this is real!
I already followed this step:
- Open Registry Editor
- Go to HKCUControl PanelDesktop
- Create an DWORD value named JPEGImportQuality.
- Set it as decimal and the value to 100
But my wallpaper quality still gets reduced.
For example here is an test that i made to ensure that the setting still works.
The following is the original image made in MSPaint (2MB):
http://www.mediafire.com/convkey/153d/5yingeet7scwslwzg.jpg?size_id=7
The next image shows the compressed image by Windows (85kb):
http://www.mediafire.com/convkey/6816/kniw41nx21x7wzjzg.jpg
Everytime when I set the wallpaper, it reduces the quality. How can i solve this in the new Windows 10 update?
windows-10 compression desktop-customization
add a comment |
up vote
-1
down vote
favorite
I'm running Windows 10 October Update and in case i know that Windows 10 reduces my wallpaper quality everytime! Of course this is real!
I already followed this step:
- Open Registry Editor
- Go to HKCUControl PanelDesktop
- Create an DWORD value named JPEGImportQuality.
- Set it as decimal and the value to 100
But my wallpaper quality still gets reduced.
For example here is an test that i made to ensure that the setting still works.
The following is the original image made in MSPaint (2MB):
http://www.mediafire.com/convkey/153d/5yingeet7scwslwzg.jpg?size_id=7
The next image shows the compressed image by Windows (85kb):
http://www.mediafire.com/convkey/6816/kniw41nx21x7wzjzg.jpg
Everytime when I set the wallpaper, it reduces the quality. How can i solve this in the new Windows 10 update?
windows-10 compression desktop-customization
JPEG is designed for images with gradients, like photos. The compression messes up low-color artwork and text. I don't know if only jpg images can be used for wallpaper, but an alternate solution would be to see if you can use an image with lossless compression. For example, try saving the original image as a gif.
– fixer1234
Nov 23 at 23:22
2.188kb
is not less than85kb
. What am I missing?
– Twisty Impersonator
Nov 24 at 0:46
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I'm running Windows 10 October Update and in case i know that Windows 10 reduces my wallpaper quality everytime! Of course this is real!
I already followed this step:
- Open Registry Editor
- Go to HKCUControl PanelDesktop
- Create an DWORD value named JPEGImportQuality.
- Set it as decimal and the value to 100
But my wallpaper quality still gets reduced.
For example here is an test that i made to ensure that the setting still works.
The following is the original image made in MSPaint (2MB):
http://www.mediafire.com/convkey/153d/5yingeet7scwslwzg.jpg?size_id=7
The next image shows the compressed image by Windows (85kb):
http://www.mediafire.com/convkey/6816/kniw41nx21x7wzjzg.jpg
Everytime when I set the wallpaper, it reduces the quality. How can i solve this in the new Windows 10 update?
windows-10 compression desktop-customization
I'm running Windows 10 October Update and in case i know that Windows 10 reduces my wallpaper quality everytime! Of course this is real!
I already followed this step:
- Open Registry Editor
- Go to HKCUControl PanelDesktop
- Create an DWORD value named JPEGImportQuality.
- Set it as decimal and the value to 100
But my wallpaper quality still gets reduced.
For example here is an test that i made to ensure that the setting still works.
The following is the original image made in MSPaint (2MB):
http://www.mediafire.com/convkey/153d/5yingeet7scwslwzg.jpg?size_id=7
The next image shows the compressed image by Windows (85kb):
http://www.mediafire.com/convkey/6816/kniw41nx21x7wzjzg.jpg
Everytime when I set the wallpaper, it reduces the quality. How can i solve this in the new Windows 10 update?
windows-10 compression desktop-customization
windows-10 compression desktop-customization
edited Nov 24 at 10:18
asked Nov 23 at 20:32
Benjamin Pasalic
11
11
JPEG is designed for images with gradients, like photos. The compression messes up low-color artwork and text. I don't know if only jpg images can be used for wallpaper, but an alternate solution would be to see if you can use an image with lossless compression. For example, try saving the original image as a gif.
– fixer1234
Nov 23 at 23:22
2.188kb
is not less than85kb
. What am I missing?
– Twisty Impersonator
Nov 24 at 0:46
add a comment |
JPEG is designed for images with gradients, like photos. The compression messes up low-color artwork and text. I don't know if only jpg images can be used for wallpaper, but an alternate solution would be to see if you can use an image with lossless compression. For example, try saving the original image as a gif.
– fixer1234
Nov 23 at 23:22
2.188kb
is not less than85kb
. What am I missing?
– Twisty Impersonator
Nov 24 at 0:46
JPEG is designed for images with gradients, like photos. The compression messes up low-color artwork and text. I don't know if only jpg images can be used for wallpaper, but an alternate solution would be to see if you can use an image with lossless compression. For example, try saving the original image as a gif.
– fixer1234
Nov 23 at 23:22
JPEG is designed for images with gradients, like photos. The compression messes up low-color artwork and text. I don't know if only jpg images can be used for wallpaper, but an alternate solution would be to see if you can use an image with lossless compression. For example, try saving the original image as a gif.
– fixer1234
Nov 23 at 23:22
2.188kb
is not less than 85kb
. What am I missing?– Twisty Impersonator
Nov 24 at 0:46
2.188kb
is not less than 85kb
. What am I missing?– Twisty Impersonator
Nov 24 at 0:46
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
Windows saves the compressed version of the background image to the following directory:
C:UsersUSERNAMEAppDataRoamingMicrosoftWindowsThemes
It's stored there as a file named TranscodedWallpaper
that has no file extension.
Rename the TranscodedWallpaper
file to something like TranscodedWallpaper_old
,
just in case, and replace it by the original image, also
renamed to TranscodedWallpaper
with no file extension.
The image should now display with no degradation.
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
Windows saves the compressed version of the background image to the following directory:
C:UsersUSERNAMEAppDataRoamingMicrosoftWindowsThemes
It's stored there as a file named TranscodedWallpaper
that has no file extension.
Rename the TranscodedWallpaper
file to something like TranscodedWallpaper_old
,
just in case, and replace it by the original image, also
renamed to TranscodedWallpaper
with no file extension.
The image should now display with no degradation.
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
add a comment |
up vote
2
down vote
Windows saves the compressed version of the background image to the following directory:
C:UsersUSERNAMEAppDataRoamingMicrosoftWindowsThemes
It's stored there as a file named TranscodedWallpaper
that has no file extension.
Rename the TranscodedWallpaper
file to something like TranscodedWallpaper_old
,
just in case, and replace it by the original image, also
renamed to TranscodedWallpaper
with no file extension.
The image should now display with no degradation.
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
add a comment |
up vote
2
down vote
up vote
2
down vote
Windows saves the compressed version of the background image to the following directory:
C:UsersUSERNAMEAppDataRoamingMicrosoftWindowsThemes
It's stored there as a file named TranscodedWallpaper
that has no file extension.
Rename the TranscodedWallpaper
file to something like TranscodedWallpaper_old
,
just in case, and replace it by the original image, also
renamed to TranscodedWallpaper
with no file extension.
The image should now display with no degradation.
Windows saves the compressed version of the background image to the following directory:
C:UsersUSERNAMEAppDataRoamingMicrosoftWindowsThemes
It's stored there as a file named TranscodedWallpaper
that has no file extension.
Rename the TranscodedWallpaper
file to something like TranscodedWallpaper_old
,
just in case, and replace it by the original image, also
renamed to TranscodedWallpaper
with no file extension.
The image should now display with no degradation.
answered Nov 23 at 21:12
harrymc
249k10257550
249k10257550
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
add a comment |
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
I moved the full quality image now. What should i do next for the changes to take effect?
– Benjamin Pasalic
Nov 24 at 10:24
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
Logoff/on or reboot.
– harrymc
Nov 24 at 11:03
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1377883%2fhow-to-prevent-wallpaper-compression-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
JPEG is designed for images with gradients, like photos. The compression messes up low-color artwork and text. I don't know if only jpg images can be used for wallpaper, but an alternate solution would be to see if you can use an image with lossless compression. For example, try saving the original image as a gif.
– fixer1234
Nov 23 at 23:22
2.188kb
is not less than85kb
. What am I missing?– Twisty Impersonator
Nov 24 at 0:46