Web tool to compare and highlight differences between two images (built with Flask and Pillow).
-
Clone the repository
git clone https://github.com/sev-/ImageDiff.git cd ImageDiff -
Create a virtual environment
Linux / macOS
python3 -m venv venv source venv/bin/activateWindows
python -m venv venv venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
The directory which stores the screenshots of the scenes
SCREENSHOTS_DIR/
<target>/
<build_number>/
<movie_name>/
998.png
1000.png
1100.png
The application builds comparison timelines and stores computed results in a cache.
Paths can be configured in config.py
Start the application:
python app.pyOpen in your browser:
http://127.0.0.1:5001