0

Synology Web Station:
Synology Web Station

Synology Web Station PHPInfo

PHP imagejpeg() and imagepng() works, but imagewebp() not works.

My PHP version is 7.0, [Synology Web Station].

And I checked [gd plugin] in Web Station.

What's the problem?

1 Answers1

0

You should see WebP Support for gd in phpinfo() as following:

enter image description here

atline
  • 28,355
  • 16
  • 77
  • 113
  • I using Synology Web Station. I checked all extensions. and I see phpinfo(). This php supports GD library, but, WebP support not found. – Haojing Huang Mar 17 '18 at 07:10
  • The ISP can support GD without wep support, I believe you encounterd this situation. Can you upload a php file with only ` – atline Mar 17 '18 at 07:12