Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293735

Let GDToolkit support AVIF image format

$
0
0

This issue is currently postponed on:

  1. Bots having PHP instances that can fully support AVIF files - currently the bots' PHP, 8.1 and 8.2, cannot save files via imageavif(), the (bundled?) GD library is missing an appropriate codec supporting the write. (Also see https://bugs.php.net/bug.php?id=81217 , https://github.com/php/php-src/pull/7526 )

Problem/Motivation

AVIF image file format is getting traction in browsers' support.

This issue is proposing to implement support to this image format in Drupal core's GD Toolkit.

Done:

Proposed resolution

Extend the GD toolkit to support AVIF too.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet


Viewing all articles
Browse latest Browse all 293735

Trending Articles