Hi,
Server details: CentOS 7.9.2009 (cPanel: 106.0 (build 14)
I've managed to install libde265 and also libheif:
# ldconfig -p |grep libde265
libde265.so.0 (libc6,x86-64) => /lib64/libde265.so.0
# ldconfig -p |grep libheif
libheif.so.1 (libc6,x86-64) => /lib64/libheif.so.1
# rpm -qa |grep -i ImageMagick
ImageMagick6-libs-6.9.12.75-1.el7.remi.x86_64
ImageMagick-devel-6.9.10.68-6.el7_9.x86_64
ImageMagick6-heic-6.9.12.75-1.el7.remi.x86_64
ImageMagick-6.9.10.68-6.el7_9.x86_64
And I've installed php extension via:
/opt/cpanel/ea-php80/root/bin/pecl install imagick
(it's successfully installed - with phpinfo() showing the details).
But unfortunately, it does not seem to recognize the heic image format.
Any idea why or how to solve this?
Many thanks!
Server details: CentOS 7.9.2009 (cPanel: 106.0 (build 14)
I've managed to install libde265 and also libheif:
# ldconfig -p |grep libde265
libde265.so.0 (libc6,x86-64) => /lib64/libde265.so.0
# ldconfig -p |grep libheif
libheif.so.1 (libc6,x86-64) => /lib64/libheif.so.1
# rpm -qa |grep -i ImageMagick
ImageMagick6-libs-6.9.12.75-1.el7.remi.x86_64
ImageMagick-devel-6.9.10.68-6.el7_9.x86_64
ImageMagick6-heic-6.9.12.75-1.el7.remi.x86_64
ImageMagick-6.9.10.68-6.el7_9.x86_64
And I've installed php extension via:
/opt/cpanel/ea-php80/root/bin/pecl install imagick
(it's successfully installed - with phpinfo() showing the details).
But unfortunately, it does not seem to recognize the heic image format.
Any idea why or how to solve this?
Many thanks!
Last edited by a moderator: