Gregwar / Image

A PHP library to handle images
MIT License
993 stars 190 forks source link

AVIF support #186

Open TAR5 opened 1 year ago

TAR5 commented 1 year ago

Beginning with PHP 8.1, the GD image library added support for AVIF images.

This pull request adds support for AVIF images to this library.

TAR5 commented 1 year ago

@Gregwar Any chance of this being merged?

garygreen commented 11 months ago

Also interested in this. @Gregwar seems relatively straight forward to accept? PHP 8.1 natively supports avif which is a great addition to reducing filesizes. All the top browsers currently support avif images.