$file->resize() doesn't seem to be working for WEBP images

I tested the plugin locally on a Mac using using Valet server with GD and Cwebp installed via Homebrew, and on a live server running CentOS 7 with the same stuff installed.

What is your local enviroment? GD is compiled into PHP, so I don’t think there is a way to install it stand-alone. What is your PHP version?

I have a gulp process running locally. Funnily enough, I used brew to install PHP to 7.3.19 and then switched to that version and it somehow had support for webp in GD so things are working locally now. The same can’t be said for web. I could run the same process not the web and see if things work out.