Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In latest version there is no HEIC format support #117

Closed
stopsopa opened this issue Jul 29, 2024 · 4 comments
Closed

In latest version there is no HEIC format support #117

stopsopa opened this issue Jul 29, 2024 · 4 comments

Comments

@stopsopa
Copy link

stopsopa commented Jul 29, 2024

magick -version

returns now:

image

Installation:
Ubuntu 22.04 desktop arch: amd64

@SoftCreatR
Copy link
Owner

SoftCreatR commented Jul 29, 2024

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

ImageMagick/ImageMagick#7475

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

#115

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

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

@stopsopa
Copy link
Author

stopsopa commented Aug 3, 2024

Here is the imei.log file
imei.log

@stopsopa
Copy link
Author

stopsopa commented Aug 3, 2024

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

mkdir imei
cd imei
git clone [email protected]:SoftCreatR/imei.git .
git fetch --tags
git switch -c 6.11.2 
chmod +x imei.sh
sudo /bin/bash imei.sh

@SoftCreatR
Copy link
Owner

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 🤔🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants