-
Notifications
You must be signed in to change notification settings - Fork 27
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
Image visualization corrupted #173
Comments
I know there is an issue where a 1px horizontal line may appear at certain zoom levels, I haven't seen the other corruption though. Does zooming in fix the display? Since this doesn't seem to occur on other configurations my gut feeling is that it's an issue with GPU/Arch/Chromium interaction. |
I can say that zooming does not change anything, only the pattern of corruption (thinner lines, less or more scattering). I can see if I have an intel system around, and try the same thing with the same Arch Linux installed, to keep most of the variables unchanged. Will also try with another distro on one of the current laptops. |
I suspect I won't be able to fix the issue on my end, other than by creating a software renderer which I don't really have the time to do now, particularly the little transparent dots since the way the renderer works is by displaying several image width tiles. |
it happens across every system i have access to as for a possible solution, if you could put a canvas behind the gui, and then render the image to that as a whole image not pixels, that may help though would not be the simplest, especially with the sandboxing vscode does, and lack of time,but with a change to the rendering it seems it should be fixed, just an odd interaction with how all of the rendering works as for the transparent tiles, you could pre-generate something that fits the screen then render that behind the main image on the canvas |
When opening any image in Luna Paint, corruption is displayed but only in visualization.
Any edit to the image is correctly saved.
I'm attaching a screenshot of the VSCode view, and the edited image, saved in Luna Paint.
This happens on 3 different laptops, with different hardware configurations, all with Arch Linux.
OS: Arch Linux
CPU: Ryzen 7 different models
GPU: integrated AMD different models (Lucienne, Renoir), NVidia GeForce GTX 1650 Ti via prime-offload
RAM: 8GB and 16GB
VSCode version: 1.75.1 and 1.76.0 on Electron 19.1.9 and 19.1.11 (respectively)
Screenshot:
Saved image:
No errors related to Luna Paint in VSCode developer console.
The text was updated successfully, but these errors were encountered: