We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iain_constrained_sharpen
Even though ~/.config/gmic/update292.gmic defines it:
repeat $! l[$>] nm=${-gui_layer_name} sharp_radius=$1 amount=$2 threshold=$3 constrant_radius=$4 overshoot=$5 channels=$6 value_action=$7 apply_channels " sharp_radius=$1 amount=$2 threshold=$3 constrant_radius=$4 overshoot=$5 +dilate_oct[0] $constrant_radius +erode_oct[0] $constrant_radius unsharp[0] $sharp_radius,$amount,$threshold add[1] $overshoot sub[2] $overshoot blend[0,1] darken,1,0 blend[0,1] lighten,1,0 blend alpha,1,0",$channels,$value_action nm name($nm) endl done
The gmic file defines the GUI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even though ~/.config/gmic/update292.gmic defines it:
The gmic file defines the GUI.
The text was updated successfully, but these errors were encountered: