Summary: | Color banding on openGL canvas view when output format is set to Rec.2020(10 bit) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | 2376112839 |
Component: | OpenGL Canvas | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alvin, griffinvalley |
Priority: | NOR | ||
Version: | 4.4.8 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/2d730ebdb7c91d463836f0767a130eed6bb1609f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Screenshot: color banding at canvas
The gradient png file used in the screenshot, which is the gradient supposed to look like Color banding screenshot at krita 5.0.2 |
Description
2376112839
2021-11-18 04:43:49 UTC
Created attachment 143679 [details]
Screenshot: color banding at canvas
Created attachment 143680 [details]
The gradient png file used in the screenshot, which is the gradient supposed to look like
Hi, this should be fixed with Krita 5.0, as we made the gradients wide-gamut and high-bit depth aware. Can you try to see if it's still happening? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Sorry for late reply. I repeated the same test at krita 5.0.2 with the same configuration and gradient file, but color banding still exists, as attachment 3 [details] shows.
Created attachment 145831 [details]
Color banding screenshot at krita 5.0.2
(In reply to 2376112839 from comment #5) > Sorry for late reply. I repeated the same test at krita 5.0.2 with the same > configuration and gradient file, but color banding still exists, as > attachment 3 [details] shows. It is attachment 145831 [details] Please don't change the version field. It should indicate the first version the bug was reported on. The merge request https://invent.kde.org/graphics/krita/-/merge_requests/1327 may unintentionally fix this bug, but I do not have the hardware to confirm. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1336 Git commit 782fc72d7aa66656db6a1c28c983025a9b5e17e1 by Alvin Wong. Committed on 16/02/2022 at 10:50. Pushed by alvinwong into branch 'master'. Fix banding when rendering canvas in HDR mode Set the proper 16-bit RGBA texture format for the canvas FBO when HDR rendering mode is active. M +7 -1 libs/ui/opengl/KisOpenGLCanvasRenderer.cpp https://invent.kde.org/graphics/krita/commit/782fc72d7aa66656db6a1c28c983025a9b5e17e1 Git commit 2d730ebdb7c91d463836f0767a130eed6bb1609f by Alvin Wong. Committed on 16/02/2022 at 11:02. Pushed by alvinwong into branch 'krita/5.0'. Fix banding when rendering canvas in HDR mode Set the proper 16-bit RGBA texture format for the canvas FBO when HDR rendering mode is active. (cherry picked from commit 782fc72d7aa66656db6a1c28c983025a9b5e17e1) M +7 -1 libs/ui/opengl/kis_opengl_canvas2.cpp https://invent.kde.org/graphics/krita/commit/2d730ebdb7c91d463836f0767a130eed6bb1609f |