 |
| GimpChat Member |
Joined: Oct 11, 2014 Posts: 82
|
tnx iarga for confirm of the problem. more info from console log errors: [gmic_gimp_qt]./apply/ v -99 gcd_normalize_brightness 0.01,8.2,1.28,3,0,1
[gmic_gimp_qt]./error/ When running command 'v -99 gcd_normalize_brightness 0.01,8.2,1.28,3,0,1', this error occured: *** Error in ./gcd_normalize_brightness/*if/ac/(...)/mix_rgb/*repeat/mix_channels/*if/ *** Command 'input': Invalid argument '((66,129,25;-38,-74,112;112,-94,-18))'.
[gmic_gimp_qt]./preview/ v -99 mc_fx_zonesystem9_preview 1,10,0,255,0,0,0,0,0,0,2.5,1.7,1,0
[gmic_gimp_qt]./apply/ v -99 mc_fx_zonesystem9 1,10,0,255,0,0,0,0,0,0,2.5,1.7,1,0
[gmic_gimp_qt]./error/ When running command 'v -99 mc_fx_zonesystem9 1,10,0,255,0,0,0,0,0,0,2.5,1.7,1,0', this error occured: *** Error in ./mc_fx_zonesystem9/apply_parallel/_apply_parallel/(...)/mix_rgb/*repeat/mix_channels/*if/ *** Command 'input': Invalid argument '((0.0016174760784313726,0.001402259215(...)1960784313727,0.0037266827450980391))'. è [gmic_gimp_qt]./preview/ v -99 mc_fx_zonesystem9_preview 1,10,0,255,0,0,0,0,0,0,2.5,1.7,1,0
[gmic_gimp_qt]./preview/ v -99 iain_constrained_sharpen 0.75,2,1,5,0,11,1
[gmic_gimp_qt]./error/ When running command 'v -99 iain_constrained_sharpen 0.75,2,1,5,0,11,1', this error occured: *** Error in ./iain_constrained_sharpen/*repeat/*local/(...)/mix_rgb/*repeat/mix_channels/*if/ *** Command 'input': Invalid argument '((66,129,25;-38,-74,112;112,-94,-18))'.
[gmic_gimp_qt]./apply/ v -99 iain_constrained_sharpen 0.75,2,1,5,0,11,1
[gmic_gimp_qt]./error/ When running command 'v -99 iain_constrained_sharpen 0.75,2,1,5,0,11,1', this error occured: *** Error in ./iain_constrained_sharpen/*repeat/*local/(...)/mix_rgb/*repeat/mix_channels/*if/ *** Command 'input': Invalid argument '((66,129,25;-38,-74,112;112,-94,-18))'.
[gmic_gimp_qt]./preview/ v -99 gcd_hsl_preview 1,0,0,46.45,0.04,0,1,0.77,0
[gmic_gimp_qt]./apply/ v -99 gcd_hsl 1,0,0,46.45,0.04,0,1,0.77,0
[gmic_gimp_qt]./error/ When running command 'v -99 gcd_hsl 1,0,0,46.45,0.04,0,1,0.77,0', this error occured: *** Error in ./gcd_hsl/*repeat/*local/rgb2ycbcr/mix_rgb/*repeat/mix_channels/*if/ *** Command 'input': Invalid argument '((66,129,25;-38,-74,112;112,-94,-18))'.
Seems a color space conversion problem, Something is changed? my mc_fx_zonesystem9 custom command: #@gui Mc Zone system9 : mc_fx_zonesystem9, mc_fx_zonesystem9_preview(1) #@gui : Shadows zone = float(1,1,5) #@gui : Highlights zone = float(10,6,10) #@gui : Black point = int(0,0,255) #@gui : White point = int(255,0,255) #@gui : Contrast = float(0,-50,50) #@gui : Gamma = float(0,-50,50) #@gui : Saturation = int(0,-70,70) #@gui : color adj = bool(0) #@gui : cool /warm = int(0,-50,50) #@gui : sharp den = bool(0) #@gui : sharp amount = float(2.5,0,10) #@gui : sharp thres = float(1.7,0,255) #@gui : denoise = int(1,0,10) #@gui : sep = separator(), Preview type = choice("Full","Forward horizontal","Forward vertical","Backward horizontal","Backward vertical","Duplicate top","Duplicate left","Duplicate bottom","Duplicate right") #@gui : sep = separator(), note = note("<small>Author : <i>Tom Keil mod by Telperion</i>. Latest update: <i>2017/22/10</i>.</small>") mc_fx_zonesystem9 :
-if {$10==1} -apply_parallel " fx_unsharp_octave_par 4,5,$11,$12,0,1,0,0 " -endif
-apply_parallel " -to_rgb -rgb2lab -s c -n[0] {{$1-1}*10}%,{$2*10}% -a c -lab2rgb -fx_apply_curve 0,$3,0,$4,255,-1,128,-1,128,-1,128,255,1,7,0,0,0 -fx_channel_processing 0,$5,$6,0,0,0,100,256,0,0,0,2,0,0 -fx_adjust_colors 0,0,0,0,$7,0,50,50 -if {$8==1} -jl_colorgrading 0,$9,1,1,0,0,0,0,0,0,1,0,0,0,70,0,0,0,0,0,70,180,0,1,0,0,0 -endif " -if {$9==1} -apply_parallel " denoise $13,$13,3 " -endif mc_fx_zonesystem9_preview : -gui_split_preview "-mc_fx_zonesystem9 ${1--2}",$-1
same problem here: https://github.com/dtschump/gmic/issues/103
|
|