amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

converting-png-images-to-webp-using-php/ #90

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Converting PNG images to WebP using PHP — Amit Merchant — A blog on PHP, JavaScript, and more

Converting images from one format to another programmatically is sort of a common task. For example, you may want to convert all your PNG images to WebP format to save bandwidth and improve the performance of your application.

https://www.amitmerchant.com/converting-png-images-to-webp-using-php/

autopten commented 1 year ago

Hi. Does this work in the same way for JPG files? Thanks.