summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-10-09 18:21:31 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-10-09 18:21:31 +0200
commitb6b44d962dc927882f8a9062f90348d0ab5303cd (patch)
tree43555ea9841aec37c3f46d152946463ffdb518f2
parent0c0cd18aff169626ffa02ecb62cb911b742f7acf (diff)
downloadlibgd-b6b44d962dc927882f8a9062f90348d0ab5303cd.tar.gz
Document that gdImageScale() does not yet support GD_WEIGHTED4
-rw-r--r--src/gd_interpolation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gd_interpolation.c b/src/gd_interpolation.c
index d885a49..e30508b 100644
--- a/src/gd_interpolation.c
+++ b/src/gd_interpolation.c
@@ -1612,6 +1612,8 @@ gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width,
* Creates a new image, scaled to the requested size using the current
* <gdInterpolationMethod>.
*
+ * Note that GD_WEIGHTED4 is not yet supported by this function.
+ *
* Parameters:
* src - The source image.
* new_width - The new width.