02-12-2023, 10:35 AM
(This post was last modified: 02-12-2023, 10:36 AM by tkemmere.
Edit Reason: Smiley!!
)
Thank you Offnuts!
More complex than I expected, but...
...I understand why that is so, cause this way offers much versatility
...well explained by you!
I got it going almost immediately!
Thanks again!
More complex than I expected, but...
...I understand why that is so, cause this way offers much versatility
...well explained by you!
I got it going almost immediately!
Code:
...
[
(PF_SLIDER, "contrast", "Contrast", 0, (0, 0.5, 0.01)),
(PF_SLIDER, "blur", "Blur", 0, (0, 99, 1)),
]
...
pdb.gimp_item_set_name(new_layer, "Blur %2d, contrast %4.2f" % (blur,contrast))