summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.h
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2013-02-28 19:22:06 +0100
committerPierre Joye <pierre.php@gmail.com>2013-02-28 19:22:06 +0100
commit0c32a18d4c9995fe101484eef46e292a51543b68 (patch)
treeec68d9aea2d1d4451cd0bb1b00790b66816c1469 /ext/gd/libgd/gd.h
parenta991360344ed5bca7c20f74a10891d0fc52f0c9f (diff)
downloadphp-git-0c32a18d4c9995fe101484eef46e292a51543b68.tar.gz
- clean and enable threshold
Diffstat (limited to 'ext/gd/libgd/gd.h')
-rw-r--r--ext/gd/libgd/gd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h
index adef026b6f..8d9df2a49c 100644
--- a/ext/gd/libgd/gd.h
+++ b/ext/gd/libgd/gd.h
@@ -733,7 +733,8 @@ enum gdCropMode {
GD_CROP_TRANSPARENT,
GD_CROP_BLACK,
GD_CROP_WHITE,
- GD_CROP_SIDES
+ GD_CROP_SIDES,
+ GD_CROP_THRESHOLD
};
gdImagePtr gdImageCrop(gdImagePtr src, const gdRectPtr crop);