Blog

Compare 2 Image for Windows in Development

I am currently working on an app called Compare 2 Image. It will perform the same operations as its macOS cousin - Compare 2 Image for macOS.
I just finished the logic for image bytes comparison between two images. I also FINALLY got the async operations finished. The biggest hurdle was processing the image collection view using async Task logic, then waiting for its completion before running a comparison upon the 2 collections.

Compare 2 Image for Windows, progress update 4/4/23