-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JPEG XR Wallpaper Support #872
Comments
Could you verify that both SystemParametersInfoA: SPI_SETDESKWALLPAPER and IDesktopWallpaper support JPEG XR? I don't have a HDR display, so getting this implemented would need third party testing and/or development assistance. If so, i can just enable support in the UI. |
"|*.jpg; *.jpeg; *.bmp; *.dib; *.png; *.jff; *.jpe; *.gif; *.tif; *.tiff; *.wdp; *.heic; *.heif; *.heics; *.heifs; *.hif; *.avci; *.avcs; *.avif; *.avifs; *.jxr; *.jxl"
@ThioJoe I've added all supported options to the UI selector. @willamettefour jpeg xr should work in the latest beta build (10.4.2.24) |
Describe the enhancement or feature you'd like
Windows 11 24H2 (which, yes, I know is still technically an insider build) allows you to have HDR wallpapers using a JPEG XR image. However, AutoDarkMode currently only allows PNGs, JPEGs, and bitmaps to be selected.
Describe alternatives you've considered
As I understand it, the only way to get an HDR background is by using a JXR image. I've tried replacing the .jxr file extension with .png to force AutoDarkMode to accept the file, but that results in the wallpaper having messed-up colors.
The text was updated successfully, but these errors were encountered: