Replies: 1 comment
-
Unfortunately, I don't have any spare cycles to include |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apple devices are trending towards using HEIC image format.
As a result, support for HEIC in Imagick has been requested by clients more and more.
I was curious if it would be feasible to include HEIC support in php-imagick?
Here's a reference: https://eplt.medium.com/5-minutes-to-install-imagemagick-with-heic-support-on-ubuntu-18-04-digitalocean-fe2d09dcef1
It requires:
--with-heic=yes
flag, e.g../configure --with-heic=yes
Beta Was this translation helpful? Give feedback.
All reactions