Gregwar / Image

A PHP library to handle images
MIT License
1k stars 191 forks source link

AVIF support #183

Open Rotzbua opened 2 years ago

Rotzbua commented 2 years ago

Starting with php8.1 GD supports avif which is a new image format. It is the successor of webp.

Playground

Reference

TAR5 commented 2 years ago

Checkout AVIF support #186