1
vote

Hi, I developed a wavelet library. Actually for new pinta effects. It could be used for sharpening, denoising, upscaling... of images
see: https://github.com/codeprof/TurboWavelets.Net
However now I am not certain how to integrate it.
The issue is that the effect framework of pinta seems to work by modifiying the image line by line (multiple worker theads). It shows the line if it is rendered completely.
Now my library supports multithreading too and it can inform the caller about the progress (for showing a progress bar/ possibility to abort)
But it modifies the image as a whole. So it not possible to call it multiple times for different (small parts like lines) of the image, asthe quality of the result would be decreased.
Any suggestion/idea is welcome :-)
Thanks in advance.
Best regards.
Stefan. Moebius

asked 8 years ago
codeprof
None