WP Manifestindependent plugin directory
manifest / media / cc-webp-avif-converter

CC WebP AVIF Converter

WebP and AVIF are next-generation image formats offering superior compression while maintaining image quality. Using these formats can significantly reduce bandwidth usage, improve Google PageSpeed scores, and enhance your site’s overall performance.

by Chance Lin · github.com/cclintw/cc-webp-avif-converter

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cclintw/cc-webp-avif-converter/archive/refs/heads/main.zip

Readme

CC WebP AVIF Converter

CC WebP AVIF Converter is a WordPress plugin that converts uploaded JPEG and PNG images to WebP and AVIF, with optional thumbnail conversion, LQIP placeholder generation, and a batch conversion tool.

Features

  • Convert uploaded JPEG and PNG files to WebP
  • Generate AVIF files when the server supports AVIF through PHP/GD
  • Optionally convert WordPress thumbnail sizes
  • Optionally generate -lqip.webp placeholders
  • Batch convert existing uploads from the admin settings page
  • Optionally wrap Gutenberg image blocks with a WebP source
  • Remove generated WebP, AVIF, and LQIP files when media attachments are deleted

Requirements

  • WordPress 5.8 or newer
  • PHP 7.4 or newer
  • PHP GD with WebP support
  • PHP/GD AVIF support for AVIF output

Usage

  1. Activate the plugin.
  2. Go to Settings > CC WebP AVIF Converter.
  3. Enable conversion and choose the options you need.
  4. Use the batch converter to process existing uploads.

License

GPLv2 or later.

Read the full README on GitHub →