summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-02-28 19:34:14 +0100
committerPierre Joye <pierre.php@gmail.com>2013-02-28 19:34:14 +0100
commit22aeb976e0a42c82cec594e8ca7b38846758c9b7 (patch)
tree3c2141063489cf93b81c67183655b0520a2480cb
parent0c32a18d4c9995fe101484eef46e292a51543b68 (diff)
downloadphp-git-22aeb976e0a42c82cec594e8ca7b38846758c9b7.tar.gz
- add todo for threshold
-rw-r--r--ext/gd/libgd/gd_crop.c2
1 files changed, 1 insertions, 1 deletions
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