davidyell / CakePHP-Proffer

An upload plugin for CakePHP 3
MIT License
117 stars 63 forks source link

HEIC image format is not supported #263

Closed anil-kumar-pal closed 6 years ago

anil-kumar-pal commented 6 years ago

It's throwing an exception: [Intervention\Image\Exception\NotSupportedException] Encoding format (HEIC) is not supported When I tried to upload image file with format .heic

davidyell commented 6 years ago

Thanks for letting me know, but this looks to be an issue with Intervention Image which is the image processing library that I use. Please raise an issue on that repo. Thanks!