Encoder for webp images. Transforms png/jpg/etc to webp in a directory
This repo is an encoder for webp format. In a given directory it will look for all png/jpg/jpeg/etc images and create their mirrors in webp format. Useful for migrating a lot of images to webp in a simple way
This repository uses google webp encoder api.
./install.sh
./img2webp.sh "DIRECTORY"
Notes:
img2webp.sh
and feel free to customize it as you please, its fairly simple.