a, b = previous_function(image, parameter1 = 0.002
parameter = 0.02)
new_image = next_function(image, a, b, another_parameter = 3)
next_function
Maybe
there is still a way to achive this, I saw something like a callback
argument for the widgets, but I am not sure how to use them or whether
they are related to my problem at all. I would also be fine with writing
my own Plugin class, but could not get my head around the given
examples. I feel that something like this is quite common, so I hope
there are already ways to achieve this.
Thanks a lot for the great work,
Marcel