I need to integrate HEIC extension in ImageMagick. I am using Amazon Linux 2 server. I have tried to install ImageMagick as mentioned in their documentation: https://imagemagick.org/script/install-source.php
The ImageMagick gets installed with the latest version but HEIC extension is not enabled.
I have tried configuring it as follows but it also didn't work.
./configure --with-heic=yes
I am using Amazon Linux 2 server, Apache as web server, and PHP 7.4.
Can anyone please help to have it enabled?