Module Description
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.

Note: If using ImageMagick tookit then latest version of ImageMagick extension with 'Images format' AVIF must be enabled. If using GD toolkit then PHP 8.1+ required.

Requirements: 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.

Project Usage
98
Creation Date
Changed Date
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to provide AVIF and WebP processors for the ImageAPI Optimize module, creating two versions of styled images for best compatibility with current browsers.
Data Name
imageapi_optimize_avif_webp

OPENAI CHATBOT

OPENAI CHATBOT

14:36:34
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.