On 04/14/18 21:09, andreaverdi wrote:
this is mine script-fu for sharpening
is it good for you?

https://pastebin.com/wD6h6wkp

Doing 'set-name "XXX"' onĀ  a layer doesn't ensure that the layer will be named "XXX". If a layer by that name already exists, you layer will be named "XXX#1" and your uses of get-layer-by-name() will return the wrong layer. So your script doesn't work if there are already layers named "'Blend09" and "Blend10". Better use variables...

_______________________________________________
gimp-user-list mailing list
List address:    gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list

Reply via email to