Spot the Difference – Image Analyze Python Script

Overview

This is a Python script that allows for the automatic analysis of two
images to compare the differences between them, a script that can
have multiple usages.

Simply place the images in the same directory as the script and their
analysis will be handled automatically by the Python
script.

Applications in web application design, image
analysis and even biology are possible.

Features

  • Allows for automatic comparison between images;
  • Generates output image;

Requirements

  • Python version 2.6 or higher;
  • PIL (Python Imaging Library) needs to be installed;
  • Images need to be in the same directory as the source folder;

Instructions

  • Extract ZIP;
  • Inside the directory, place the two images you want to compare;
  • Reference them in the appropriate place in the code;
  • Run the Python script;
  • The output image will contain the desired result;

Related