Skip to content
New issue

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 command not found by gmic CLI (2.9.4) #1

Open
Poikilos opened this issue Oct 12, 2024 · 0 comments
Open

iain_constrained_sharpen command not found by gmic CLI (2.9.4) #1

Poikilos opened this issue Oct 12, 2024 · 0 comments

Comments

@Poikilos
Copy link
Contributor

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.

  • So...If not using gmic gui, does this script have to be processed manually?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant