From d21daa298cf41da105100b8b9cf52abd5a826f0c Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Thu, 8 Jan 2015 18:01:48 +0100 Subject: [PATCH] pre 0.7 before integrating with remote images * 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. * Fixed fill-to-fit that failed when using aspect-ratio. Fix #52. * JSON returns correct values for resulting image. Fix #58. * Corrected behaviour for skip-original. Fix #60. --- README.md | 2 +- webroot/compare/compare.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd5dfb..02e564b 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ Revision history ------------------------------------- -v0.6.x (latest) +v0.6.1 (2015-01-08) * Adding compare-page for comparing images. Issue #20. * Added option `no-upscale, nu` as resizing strategy to decline upscaling of smaller images. Fix #61. diff --git a/webroot/compare/compare.php b/webroot/compare/compare.php index 2a2e492..05d9ec2 100644 --- a/webroot/compare/compare.php +++ b/webroot/compare/compare.php @@ -41,7 +41,7 @@ input[type=text] {

Compare images

-

Add link to images and visually compare them. Change the link och press return to load the image.

+

Add link to images and visually compare them. Change the link och press return to load the image. Read more...