Summary: | Loose Data at Image > Separate Image | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | AntohaRDNS <antonishe86> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 5.1.5 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/966e9ddd9f95ae50e219d1c59e42dfc4755c6060 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | problem_desctiption |
Git commit eeb2241565a424d27fc1c0e75d10d4f6f0a37bc2 by Dmitry Kazakov. Committed on 31/08/2023 at 10:12. Pushed by dkazakov into branch 'master'. Fix color values under transparent pixels be lost in Separate Image M +6 -1 plugins/extensions/separate_channels/kis_channel_separator.cc https://invent.kde.org/graphics/krita/-/commit/eeb2241565a424d27fc1c0e75d10d4f6f0a37bc2 Git commit 966e9ddd9f95ae50e219d1c59e42dfc4755c6060 by Dmitry Kazakov. Committed on 31/08/2023 at 10:13. Pushed by dkazakov into branch 'krita/5.2'. Fix color values under transparent pixels be lost in Separate Image M +6 -1 plugins/extensions/separate_channels/kis_channel_separator.cc https://invent.kde.org/graphics/krita/-/commit/966e9ddd9f95ae50e219d1c59e42dfc4755c6060 |
Created attachment 161284 [details] problem_desctiption SUMMARY When trying to split an image into separate channels using the Image command Image > Separate Image, the resulting layers are cropped in those places where the alpha channel of the original image contained the value = 0. Please see attached image with description STEPS TO REPRODUCE 1. Load PNG Image with RBGA channels (A channel must contain 0-value pixels) 2. Image > Separate Image... Options: Source: Current Layer Alpha Options: Create Separate separatoin from alpha channel [ v ] Output to color, not grayscale OBSERVED RESULT RGB - channels are converted to cropped layers EXPECTED RESULT RGB - channels are converted to layers without crop SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION