From f4b3f164435c0a0d80c1525a4844ba5f2255c2d1 Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Fri, 19 Dec 2014 15:23:21 +0100 Subject: [PATCH] Adding compare-page for comparing images. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f66420..0bd5dfb 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Revision history v0.6.x (latest) +* Adding compare-page for comparing images. Issue #20. * Added option `no-upscale, nu` as resizing strategy to decline upscaling of smaller images. Fix #61. * Minor change in `CImage::resize()`, crop now does imagecopy without resamling. * Correcting internal details for save-as and response json which indicated wrong colors. Fix #62.