What is WebP
webp is most suitable format for web pages ; these are small and render fast
How To convert
- Install webp package
- Single file conversion
Batch Job : convert all images from a folder
go to the folder where images are located and run below code in terminal
Note: this for loop is good for running any operation as a batch job.