summaryrefslogtreecommitdiff
path: root/src/gd.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-11-24 17:02:01 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-11-24 17:02:01 +0100
commitcf36016918aa3f75dce56dd4ae0b0e3b4abf2c88 (patch)
treeeacfae790b6ec32db276822c29611e7ca6299311 /src/gd.h
parent529c471f7b574f5e6bf7d75cde1dd89f7b26a2cf (diff)
downloadlibgd-cf36016918aa3f75dce56dd4ae0b0e3b4abf2c88.tar.gz
Fix docs
Cf. <https://github.com/libgd/libgd/issues/298>.
Diffstat (limited to 'src/gd.h')
-rw-r--r--src/gd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gd.h b/src/gd.h
index 878eade..f7ccf17 100644
--- a/src/gd.h
+++ b/src/gd.h
@@ -1531,11 +1531,11 @@ BGD_DECLARE(void) gdImageFlipBoth(gdImagePtr im);
* Group: Crop
*
* Constants: gdCropMode
- * GD_CROP_DEFAULT - Default crop mode (4 corners or background)
+ * GD_CROP_DEFAULT - Same as GD_CROP_TRANSPARENT
* GD_CROP_TRANSPARENT - Crop using the transparent color
- * GD_CROP_BLACK - Crop black borders
- * GD_CROP_WHITE - Crop white borders
- * GD_CROP_SIDES - Crop using colors of the 4 corners
+ * GD_CROP_BLACK - Crop black borders
+ * GD_CROP_WHITE - Crop white borders
+ * GD_CROP_SIDES - Crop using colors of the 4 corners
*
* See also:
* - <gdImageCropAuto>