Hello,
I'm trying to develop an add-on for XenForo 2.2.15 that automatically converts uploaded images to WebP format. I've used some code, but it's not working properly.
Here's what I've tried:
Added code to the Attachment.php file in the add-on.
Attempted to use the Imagick library.
Tried...