This commit fixes the monthly backgrounds appearing washed out during sunrise and sunset by re-encoding them in an RGB colorspace. After a bunch of experimentation and failed attempts to resolve the issue, I eventually found out that the issue was occurring because they were saved in an RGBA colorspace.
All monthly backgrounds were tested at both sunrise and sunset. And now that I know the cause, this issue should be easy to avoid in the future. 😉
This commit fixes the monthly backgrounds appearing washed out during sunrise and sunset by re-encoding them in an RGB colorspace. After a bunch of experimentation and failed attempts to resolve the issue, I eventually found out that the issue was occurring because they were saved in an RGBA colorspace.
All monthly backgrounds were tested at both sunrise and sunset. And now that I know the cause, this issue should be easy to avoid in the future. 😉
Resolves https://github.com/ublue-os/bluefin/issues/1814.