From 5572989686e77dd6e8d952150f871d78b3b64ce4 Mon Sep 17 00:00:00 2001 From: Kharhamel <10496706+Kharhamel@users.noreply.github.com> Date: Sun, 23 Mar 2025 03:19:01 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/8.5/image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generated/8.5/image.php b/generated/8.5/image.php index b6725aa1..656249d3 100644 --- a/generated/8.5/image.php +++ b/generated/8.5/image.php @@ -1729,7 +1729,7 @@ function imagegammacorrect(\GdImage $image, float $input_gamma, float $output_ga /** - * Outputs a GD image to the given file. + * Outputs or saves the given image in GD format. * * @param \GdImage $image A GdImage object, returned by one of the image creation functions, * such as imagecreatetruecolor. @@ -1752,7 +1752,7 @@ function imagegd(\GdImage $image, $file = null): void /** - * Outputs a GD2 image to the given file. + * Outputs or saves the given image in GD2 format. * * @param \GdImage $image A GdImage object, returned by one of the image creation functions, * such as imagecreatetruecolor.