Compare 2 Image for Windows in Development
04/04/2023 Filed in: Compare 2 Image
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.
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.