RSS/Atom feed Twitter
Site is read-only, email is disabled

sharpening script

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

sharpening script andreaverdi 14 Apr 19:09
  sharpening script Ofnuts 17 Apr 17:20
2018-04-14 19:09:23 UTC (about 6 years ago)
postings
2

sharpening script

this is mine script-fu for sharpening is it good for you?

https://pastebin.com/wD6h6wkp

Ofnuts
2018-04-17 17:20:37 UTC (about 6 years ago)

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