From ac84f2b81cadfa6a55a496e32085eeb51e68d9e9 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 29 Nov 2020 23:43:47 +0000 Subject: [PATCH] imagecreatefromstring() supports WebP as of PHP 7.3.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351755 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../image/functions/imagecreatefromstring.xml | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/reference/image/functions/imagecreatefromstring.xml b/reference/image/functions/imagecreatefromstring.xml index e6717efec1..6a679f6c91 100644 --- a/reference/image/functions/imagecreatefromstring.xml +++ b/reference/image/functions/imagecreatefromstring.xml @@ -15,7 +15,7 @@ imagecreatefromstring returns an image identifier representing the image obtained from the given image. These types will be automatically detected if your build of PHP supports - them: JPEG, PNG, GIF, BMP, WBMP, and GD2. + them: JPEG, PNG, GIF, BMP, WBMP, GD2, and WEBP. @@ -42,6 +42,28 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 7.3.0 + + WEBP is support now (if supported by the libgd in use). + + + + + + + &reftitle.errors;