GIMP Version: 2.9.1
Operating System: Linux
OS Version: Linux Mint 17.2
GIMP Experience: Basic Level
List any ERROR messages you received:Error: Invalid number of arguments for gimp-image-select-item (expected 3 but received 1)
Hi again all,
Im attempting to update a small script from 2.8 to 2.9. Ive taken care of all the errors except the one listed above.
My issue stems from not knowing enough about script-fu to make the necessary change.
According to spec the gimp-image-select-item requires the following 3 parameters:
Image, Operation (int32), and Item.
In the script the function is written as
(gimp-image-select-item varBlurredSelection)
Which parameter is the variable?
Thanks for any assistance on this.