Skip to content

Commit 22aeb97

Browse files
committed
- add todo for threshold
1 parent 0c32a18 commit 22aeb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/libgd/gd_crop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode)
193193
}
194194
return gdImageCrop(im, &crop);
195195
}
196-
196+
/*TODOs: Implement DeltaE instead, way better perceptual differences */
197197
/**
198198
* Function: gdImageThresholdCrop
199199
* Crop an image using a given color. The threshold argument defines

0 commit comments

Comments
 (0)