This project is not covered by Drupal’s security advisory policy.
This module provides both AVIF and WebP processors for the ImageAPI Optimize module. This will enable best compatibility for current browsers.
When added to a pipeline, image.avif and image.webp derivative are created from the source image, providing 2 versions of a styled image.
Example:
<picture>
<source srcset="image.jpg.avif" type="image/avif">
<source srcset="image.jpg.webp" type="image/webp">
<img src="imamge.jpg" alt="Description" width="360" height="240">
</picture>Check the current browser support at AVIF WebP.
This module is used to replace and resolve conflicts pipeline between 2 modules ImageAPI Optimize AVIF and ImageAPI Optimize WebP. Therefore, please UNINSTALL ImageAPI Optimize AVIF and ImageAPI Optimize WebP to get it works.
Requirements:
1. If using ImageMagick tookit then latest version of ImageMagick extension with 'Images format' AVIF must be enabled.
2. If using GD toolkit then PHP 8.1+ and php-gd extension must be enabled.
Project information
- Project categories: Media
- Ecosystem: ImageAPI Optimize
190 sites report using this module
- Created by hoangd on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
