php转换webp格式报 Fatal error: Paletter image not supported by webp

在创建.webp格式图像之前,将文件转换为RGB

$img = imagecreatefrompng('l2.png'); 
imagepalettetotruecolor($img);

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注