Mattermost Image Compression Plugin

Build Status codecov

Resize uploaded image and compress them with WebP.

Configuration

You can configure following settings.

Settings Default Description
OutputImageFormat webp Compress type
ImageQuality 10 Image encoding quality
DoImageResize true Do image resize for decrease file size
ImageMaxDimension 1280 Max image dimension
ImageInterpolationFunction Lanczos (a=3) See here for more information