From e20c1d1997b5d8f2d469c3ff5b56a3df5b416db1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 12 Dec 2018 18:09:21 +0000 Subject: [PATCH] Integrate user note 121798 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346310 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagescale.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/image/functions/imagescale.xml b/reference/image/functions/imagescale.xml index bd0c55c9fc..8b1c9515ea 100644 --- a/reference/image/functions/imagescale.xml +++ b/reference/image/functions/imagescale.xml @@ -20,6 +20,13 @@ imagescale scales an image using the given interpolation algorithm. + + + Unlike many of other image functions, imagescale does + not modify the passed image; instead, a + new image is returned. + +