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
846 stars 359 forks source link

.heic Format Images #136

Closed stevekitch closed 4 years ago

stevekitch commented 4 years ago

Hi Colin I've just come across my first .heic images. As they are are from an iPhone, I assume I'll be seeing a lot more. Are there plans to add this format to acceptable images? Many thanks

verot commented 4 years ago

There is no plan to add HEIC support in the class. The class relies on GD, and GD doesn't support HEIC files. Besides HEIC is a format that is tricky licensing-wise