Summary: | Color to alpha filter : Doesn't work and/or crash somtime | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | General | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | halla |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David REVOY
2011-05-22 17:26:33 UTC
Looks a bit like a race condition. Dmitry? Hrm. This is a crash bug to start with. But I cannot reproduce. Also, David, what do you mean with "Actually the filter doesn't tranform the slected color in alpha"? For me it seems to work for that. What I usually do when removing a scanned white background is select-by-color, ctrl-x, but this filter should work. The gui also is kind of bad, it should work with an eye-dropper tool on the canvas. The backtrace still suggests a race condition, and this line is suggestive: #8 0x03f3666f in LcmsColorSpace<KoRgbU8Traits>::difference (this=0x1, Apparently the pointer to the colorspace is 0x1??? Hm! Looking at the source suggests that I cannot reproduce because the filter was fixed in From 49d808de615baea048624274954e18a67ef9d451 Mon Sep 17 00:00:00 2001 From: Cyrille Berger <cyb@lepi.org> Date: Fri, 1 Oct 2010 19:45:35 +0000 Subject: [PATCH] do not raise the opacity of a pixel, this makes the filter more usefull on transparent layers also copy the content from src to dst, it makes it looks better when used as a mask, but for some reason, no transparency is visible |