From: Pierre Joye Date: Thu, 28 Feb 2013 18:34:14 +0000 (+0100) Subject: - add todo for threshold X-Git-Tag: php-5.5.0alpha6~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22aeb976e0a42c82cec594e8ca7b38846758c9b7;p=php - add todo for threshold --- 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