From 468b7b3a09661a66811921695e67e4b6cc5dacf7 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Wed, 6 Jun 2018 18:06:28 -0400 Subject: [PATCH] adds compare images script --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index aac6c85..f6761b5 100644 --- a/index.html +++ b/index.html @@ -2371,6 +2371,23 @@ + + + +
+

Compare two images

+

compare -metric ae image1.ext image2.ext null:

+

Compares two images to each other.

+
+
compare
starts the command
+
-metric ae
applies the absolute error count metric, returning the number of different pixels. Other parameters are available for image comparison.
+
image1.ext image2.ext
takes two images as input
+
null:
throws away the comparison image that would be generated
+
+ +
+ +