From 6dc00c0480d1d8c55307eac92ddd8680c532376a Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 9 Oct 2020 14:04:49 +0000 Subject: [PATCH] Add imagecrop() to "see also" sections of imagecopy*() Actually, the given examples of cropping and resizing, respectively, are anachronistic; one would use imagecrop() and imagescale(), respectively, nowadays. As such they should be replaced with some still useful examples. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350829 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/image/functions/imagecopy.xml | 7 +++++++ reference/image/functions/imagecopyresampled.xml | 1 + reference/image/functions/imagecopyresized.xml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagecopy.xml b/reference/image/functions/imagecopy.xml index 396b36bb2f..393631c0ab 100644 --- a/reference/image/functions/imagecopy.xml +++ b/reference/image/functions/imagecopy.xml @@ -132,6 +132,13 @@ imagedestroy($src); + + + &reftitle.seealso; + + imagecrop + +