| Summary: | Transparency malfunction when pasting from another application | ||
|---|---|---|---|
| Product: | [Applications] kolourpaint | Reporter: | ash <narutoplasma14> |
| Component: | general | Assignee: | kolourpaint-support |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kolourpaint/3a0400c56011c8acfabc9e0d1be90abf8eab4196 | Version Fixed/Implemented In: | 4.13.1 |
| Sentry Crash Report: | |||
|
Description
ash
2012-05-16 20:45:30 UTC
Git commit e95964438792a82bdd497f5587f0b80303c63eca by Martin Koller. Committed on 04/05/2014 at 16:57. Pushed by mkoller into branch 'KDE/4.13'. convert selection to ARGB32 format so that transparency mask works according Qt doc, image format must be set to Format_ARGB32Premultiplied or Format_ARGB32 for the composition modes to have any effect. This is needed for the transparency mask to work here. FIXED-IN: 4.13.1 M +4 -1 layers/selections/image/kpAbstractImageSelection.cpp http://commits.kde.org/kolourpaint/e95964438792a82bdd497f5587f0b80303c63eca Git commit 3a0400c56011c8acfabc9e0d1be90abf8eab4196 by Martin Koller. Committed on 04/05/2014 at 16:57. Pushed by mkoller into branch 'master'. convert selection to ARGB32 format so that transparency mask works according Qt doc, image format must be set to Format_ARGB32Premultiplied or Format_ARGB32 for the composition modes to have any effect. This is needed for the transparency mask to work here. FIXED-IN: 4.13.1 M +4 -1 layers/selections/image/kpAbstractImageSelection.cpp http://commits.kde.org/kolourpaint/3a0400c56011c8acfabc9e0d1be90abf8eab4196 |