Hi Dirk,
Is there a way to get the progress of an effect that takes a long time to process? For example, if I run a strong Median blur or Kuwahara on a large (4k, for example) image - it takes several minutes (90+ in one case). The speed is not a problem, but I'd like to show the progress so the user does not think the process is hung.
I haven't been able to find a way to monitor such progress. I tried using the logging functionality to see if it exposes something, but so far I think I can only find read/write and similar "logistical" events, but not processing progress.
Is there an ad hoc way of monitoring such progress without having to have you write new code into the library? Or maybe there is such functionality and I just missed it! :)
Thanks,
Dax
Is there a way to get the progress of an effect that takes a long time to process? For example, if I run a strong Median blur or Kuwahara on a large (4k, for example) image - it takes several minutes (90+ in one case). The speed is not a problem, but I'd like to show the progress so the user does not think the process is hung.
I haven't been able to find a way to monitor such progress. I tried using the logging functionality to see if it exposes something, but so far I think I can only find read/write and similar "logistical" events, but not processing progress.
Is there an ad hoc way of monitoring such progress without having to have you write new code into the library? Or maybe there is such functionality and I just missed it! :)
Thanks,
Dax