- Python Image Library (PIL) will be called. This can be installed by:
# apt-get install python-pil
- The two images for comparison should have the same dimensions.
- Pixel by pixel comparison is performed. For each pair of corresponding pixels from the two images, if their colours are different, even it is a small change, they are considered to be different.
No comments:
Post a Comment