verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
853 stars 359 forks source link

Feature: add support for avif format #171

Open icret opened 1 year ago

icret commented 1 year ago

A modern image format based on the AV1 video format. AVIF generally has better compression than WebP, JPEG, PNG and GIF and is designed to supersede them. AVIF competes with JPEG XL which has similar compression quality and is generally seen as more feature-rich than AVIF.

wikipedia Browser support function.imageavif.php

verot commented 1 year ago

Yes, it is a good idea, I will look into it.

Of course, feel free to submit a patch!

iatila commented 11 months ago

Is there conversion of heic and webp formats?

verot commented 11 months ago

WebP is supported. HEIC is not.