SoftCreatR / imei

IMEI - ImageMagick Easy Install
ISC License
293 stars 35 forks source link

In latest version there is no HEIC format support #117

Closed stopsopa closed 4 weeks ago

stopsopa commented 1 month ago

magick -version

returns now:

image

Installation: Ubuntu 22.04 desktop arch: amd64

SoftCreatR commented 1 month ago

Please attach the latest imei.log file. Maybe, this is related to this issue:

https://github.com/ImageMagick/ImageMagick/issues/7475

Even though the versions differ. There seems to be something with libheif 1.18+, as mentioned here:

https://github.com/SoftCreatR/imei/issues/115

So you could try compiling against another libheif version, e.g.

./imei.sh --force --libheif-version=1.17.6

stopsopa commented 1 month ago

Here is the imei.log file imei.log

stopsopa commented 1 month ago

For those who also need heic capabilities. It seems using previous version is doing the job:

mkdir imei
cd imei
git clone git@github.com:SoftCreatR/imei.git .
git fetch --tags
git switch -c 6.11.2 
chmod +x imei.sh
sudo /bin/bash imei.sh
SoftCreatR commented 1 month ago

I doubt, that this is the solution. Because in 6.11.3, the only changes made were just affecting checkinstall builds. No other code has been touched 🤔🤷