From 22aeb976e0a42c82cec594e8ca7b38846758c9b7 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 28 Feb 2013 19:34:14 +0100 Subject: [PATCH] - add todo for threshold --- ext/gd/libgd/gd_crop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/libgd/gd_crop.c b/ext/gd/libgd/gd_crop.c index 274e7199c8..562098f2a8 100644 --- a/ext/gd/libgd/gd_crop.c +++ b/ext/gd/libgd/gd_crop.c @@ -193,7 +193,7 @@ gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) } return gdImageCrop(im, &crop); } - +/*TODOs: Implement DeltaE instead, way better perceptual differences */ /** * Function: gdImageThresholdCrop * Crop an image using a given color. The threshold argument defines -- 2.40.0