This repo contains all implementations for a pixel differ written in different languages. This is a project I do to learn a new language because it has IO, concurrency and UI/CLI.
Pixel Differ does a pixel wise diff or corruption on an image based on a collection of images. This is based on https://github.com/okiyama/pixel-matcher.
- Allow the user to pick their own image.
- Allow the user to pick their own child images (with a provided default).
- Allow the user to save the result as a gif or video.
- Have a single threaded and concurrent solutions.
- Have a cli or GUI or both depending on the language.
- Use hardware acceleration
- Try different optimizations, algorightms, thresholds etc.
- Add more features.