thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.54k stars 198 forks source link

HEIC format support #377

Closed cotiga closed 6 months ago

cotiga commented 7 months ago

Currently Glide requires Intervention/image 2.7 According to my research it would be necessary to Intervention/image 3 to handle the HEIC format Is there a plan for Glide to support Intervention/image 3?

ADmad commented 7 months ago

Updating to intervention/image v3 will require a reasonable amount of changes and currently I can't devote any time towards that (sadly I am the only maintainer right now).

ADmad commented 6 months ago

Done in #382. You can try out the 3.x branch and provide feedback.