How to Convert PNG to WEBP with PHP
Hello there, this post will help you understand how some of WordPress image conversion plugins work behind the scenes. This is very simple straight forward process using php image manipulation library GD, which is a default library on almost every server with PHP. GD can do a lot of things like image creation, editing, cropping, … Read more