GIMP Version: 2.8.22
Operating System: Windows
GIMP Experience: Basic Level
List any relevant plug-ins or scripts:DIEGO_COLOURS_StretchRGBColours2.py
In May I release the filter DIEGO_COLOURS_StretchRGBColours2 (in python).
When called from the menu interactively it shows my default values as 0.5...0.1.
Because today I wanted to use it from inside another (.py) filter, I looked into the PDB and I found the parameters as being "integers"
I wanted to call it using values such as those defaulted (0.5....0.1), but I got an execution error; I needed to call it using full integer values (1 - 0).
This was a "surprise" for my ignorance.
Hence my "help" request:
. how do I have to change my filter registration to have the possibility to call the filter from inside another filter using decimals?
The definition currently is as such:
Attachment:
FilterDEFINITION.PNG [ 33.05 KiB | Viewed 3025 times ]
Thanks a lot in advance