Re: [Gimp-user] sharpening script



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...



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]