Skip to content
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

fix: background looks washed out during fade #1818

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

Raindrac
Copy link
Collaborator

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 #1814.

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. bug Something isn't working labels Oct 21, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 21, 2024
@castrojo castrojo added this pull request to the merge queue Oct 21, 2024
Merged via the queue into ublue-os:main with commit e9d5272 Oct 21, 2024
46 checks passed
@Raindrac Raindrac deleted the transitionfix branch October 21, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Background looks washed out during fade
2 participants