Summary: | some filter preview have glitches | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | enkithan |
Component: | Filters | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | cberger, dimula73, halla, lukast.dev |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
enkithan
2010-04-10 15:13:25 UTC
The problem appears with all filters that don't support threading when applied by a filter mask. Boud, do we still use some "filter strategy" here or just pass the work to the merger? The preview is just a filter mask node, so nothing special should be happening there. Sobel looks completely broken, also when applied. As for the othe filters, ack. >*blur (blurry seams/lines every 512*512 pixels squares)
This has been fixed. I'm starting to work on this one.
SVN commit 1188093 by lukast: Fixing: result is mixed with the filtered layer data, instead of replacing it Copy the result instead of alpha-blending. The preview is still broken. CCBUG:233950 M +3 -0 kis_small_tiles_filter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1188093 I think we should disable Sobel for 2.3 as it works only on RGB8 and magically on RGB16. I think that sobel should be in the standard distribution of Krita. Maybe Matus could work on it. It does not thread colors with pigment but it is direct ugly port from GIMP Oilpaint is also broken and should be disabled from installation. Maybe work for Matus too :) Small tiles has broken preview, seems to me that it will require API change in filters. Blur is working fine now. SVN commit 1206510 by berger: disable smalltiles, oilpaint, sobel filters, since they are broken CCBUG:233950 M +2 -2 oilpaintfilter/CMakeLists.txt M +2 -2 smalltilesfilter/CMakeLists.txt M +2 -2 sobelfilter/CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1206510 Not a release blocker for 2.3 anymore. *** This bug has been marked as a duplicate of bug 289191 *** |