Summary: | Extract foreground [interactive] result in offset layers with G'mic | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Camille Bissuel <welcome> |
Component: | G'Mic for Krita | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | freebox64, nicholaslapointe8 |
Priority: | NOR | ||
Version First Reported In: | 3.2.0-beta.2 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/aefdf396ae9b1209aff7a89f498612481c4acc94 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Extract foreground [interactive] offest 1
Extract foreground [interactive] offest 2 Extract foreground [interactive] offset 3 Extract foreground [interactive] offset with Krita 3.2 RC3 |
Description
Camille Bissuel
2017-06-14 14:21:04 UTC
Created attachment 106095 [details]
Extract foreground [interactive] offest 2
Created attachment 106096 [details]
Extract foreground [interactive] offset 3
We've just replaced our own gmic dialog with a plugin that communicates with the official gmic-qt plugin (which still needs to be released with our integration code, but it's already been merged), so we can close all current g'mic bugs. I'm sorry, this is not solved in Krita 3.2 RC3 with the new G'mic-Qt plugin, despite the result is slightly different. See attachment... Created attachment 107273 [details]
Extract foreground [interactive] offset with Krita 3.2 RC3
This happens because one of the layers the filter produces in this case is not supposed to be positioned at 0,0 (which is where Krita will place it). Some G'MIC filters ("Extract foreground [interactive]" included) will encode layer position, opacity, and blending mode information in the layer name that gets sent to Krita, but Krita isn't doing anything with it at the moment. (I can reproduce this on Ubuntu 14.04 - Krita 4.0.0-beta1.1.appimage) Git commit 6d2d5cef82aec171c764635810767a9cef9f60de by Jouni Pentikäinen. Committed on 12/10/2018 at 14:54. Pushed by jounip into branch 'master'. Parse and apply layer offset from GMic filter output M +11 -0 plugins/extensions/qmic/kis_import_qmic_processing_visitor.cpp https://commits.kde.org/krita/6d2d5cef82aec171c764635810767a9cef9f60de Git commit aefdf396ae9b1209aff7a89f498612481c4acc94 by Boudewijn Rempt, on behalf of Jouni Pentikäinen. Committed on 20/11/2018 at 08:21. Pushed by rempt into branch 'krita/4.1'. Parse and apply layer offset from GMic filter output M +11 -0 plugins/extensions/qmic/kis_import_qmic_processing_visitor.cpp https://commits.kde.org/krita/aefdf396ae9b1209aff7a89f498612481c4acc94 |