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
+
+
+
+
+