demo.php

Code:
<?php
require 'image.compare.class.php';
 $r="mb.jpg";
/*
	these two images are almost the same so the hammered distance will be less than 10
	try it with images like this:
		1. the example images
		2. two complatly different image
		3. the same image (returned number should be 0)
		4. the same image but with different size, even different aspect ratio (returned
...