PhilippPaetzold

Results 4 comments of PhilippPaetzold

Thanks @HoneyTauOverTwo, I will review your implementation and try to include it in my app for further testing.

@HoneyTauOverTwo Sorry it took me ages, but I created a small VS2022 .NET demo project [2023-03-29_13-03-19_ImageViewer.zip](https://github.com/wieslawsoltes/PanAndZoom/files/11099846/2023-03-29_13-03-19_ImageViewer.zip) to evaluate your fork of ZoomBorder, especially the ```ZoomIntoArea``` method. In the demo, you...

> ROCm support for APUs is not very clear. I'd suggest using the OpenCL driver that's available here https://www.amd.com/en/support. These divers are windows only. I need OpenCL for Linux, preferably...

>You should define better the output you expect. Which info do you want from your "blobs"? ```cpp // Holds an extracted blob struct Blob { int left, top, right, bottom;...