Webp Transform Plugin

This plugin converts jpeg and png images and transforms them into webp format. All response with content-type ‘image/jpeg’ or ‘image/png’ will go through the transform. Content-type is changed to ‘image/webp’ on successful transformation.

Installation

Add the following line to plugin.config:

webp_transform.so

Note

This plugin only supports jpeg and png and requires Magick++ from ImageMagick. Other image formats can easily be supported.