https://bugs.kde.org/show_bug.cgi?id=452155

--- Comment #6 from amyspark <a...@amyspark.me> ---
Ohh, thanks for your response!

BUG1: “channels to layers”
1. and 2. stem from an issue in my plugin, I mistakenly kept the v4 mangling
when getting the layer property string. That'll be fixed in my fork.
3. The blending mode comes from G'MIC's own specification, in this case it
tells us all three channels have the mode "alpha" (i.e. treat as normal channel
layer):

> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'opacity=100'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'mode=alpha'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'pos=0,0'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set name of image [0] to 'name(Background 
> [H]),mode(alpha),opacity(100),pos(0,0)'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'opacity=100'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'mode=alpha'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'pos=0,0'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set name of image [0] to 'name(Background 
> [S]),mode(alpha),opacity(100),pos(0,0)'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'opacity=100'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'mode=alpha'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set local variable 'pos=0,0'.
> [gmic]-1./fx_decompose_channels/*if/*repeat/(...)/*repeat/gui_set_layer_name/*repeat/*local/
>  Set name of image [0] to 'name(Background 
> [V]),mode(alpha),opacity(100),pos(0,0)'.

BUG2: “decompose channels”
1. and 2. If the altered position comes from Krita, then same as above. I'll
now check with your file.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to