Summary: | Crash when smart patch tool used in EXR HDR layer | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | yurinikolai00 |
Component: | HDR | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73 |
Priority: | NOR | ||
Version: | 5.0.2 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/5d2860885a643bf150c7b563ca7c82b5465e7c6f | Version Fixed In: | |
Sentry Crash Report: |
Description
yurinikolai00
2022-03-25 23:58:15 UTC
I can reproduce the issue Git commit 237e64119a1c54fc72a5c21d4a32a6ba40bf6875 by Dmitry Kazakov. Committed on 29/03/2022 at 13:02. Pushed by dkazakov into branch 'master'. Fix a crash when smart patch tool is used on an HDR image The difference between channel values in HDR color spaces may be higher than `unitValue`, and we should catch this case. M +12 -8 plugins/tools/tool_smart_patch/kis_inpaint.cpp https://invent.kde.org/graphics/krita/commit/237e64119a1c54fc72a5c21d4a32a6ba40bf6875 Git commit 5d2860885a643bf150c7b563ca7c82b5465e7c6f by Dmitry Kazakov. Committed on 29/03/2022 at 13:03. Pushed by dkazakov into branch 'krita/5.0'. Fix a crash when smart patch tool is used on an HDR image The difference between channel values in HDR color spaces may be higher than `unitValue`, and we should catch this case. M +12 -8 plugins/tools/tool_smart_patch/kis_inpaint.cpp https://invent.kde.org/graphics/krita/commit/5d2860885a643bf150c7b563ca7c82b5465e7c6f |