diff --git a/generated/8.5/image.php b/generated/8.5/image.php index 60a9cf03..bc6a66ad 100644 --- a/generated/8.5/image.php +++ b/generated/8.5/image.php @@ -2831,6 +2831,7 @@ function imagewbmp(\GdImage $image, $file = null, ?int $foreground_color = null) * @param null|resource|string $file The path or an open stream resource (which is automatically closed after this function returns) to save the file to. If not set or NULL, the raw image stream will be output directly. * @param int $quality quality ranges from 0 (worst * quality, smaller file) to 100 (best quality, biggest file). + * If -1 is provided, the default value 80 is used. * @throws ImageException * */