element/image: error when image exceeds max resolution#40
Merged
vaxerski merged 1 commit intohyprwm:mainfrom Feb 5, 2026
Merged
element/image: error when image exceeds max resolution#40vaxerski merged 1 commit intohyprwm:mainfrom
vaxerski merged 1 commit intohyprwm:mainfrom
Conversation
vaxerski
reviewed
Jan 28, 2026
830d9fd to
59814f3
Compare
59814f3 to
a695038
Compare
vaxerski
reviewed
Jan 29, 2026
a695038 to
7c107a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After updating hyprpaper to 0.8.1 my background stopped showing, but the program would run without any errors. I download full resolution art scans from artsandculture.google.com resulting in 135mb 22413x15124 images, just because I can.
In the pre 0.8 version something probably downscaled it as the GL_MAX_TEXTURE_SIZE is way, way below this resolution. Just in case more people do silly things like me it would be great to have an error message.
I have never touched a c++ project so this was mostly written by Claude. Let me know if this is the wrong place / way / project etc.