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

ImageMagick and libheif #1380

Open
Jay123210599 opened this issue Nov 11, 2024 · 4 comments
Open

ImageMagick and libheif #1380

Jay123210599 opened this issue Nov 11, 2024 · 4 comments

Comments

@Jay123210599
Copy link

How do I use ImageMagick to make lossless heic/heif files? The pre-built installer versions contain libheif but it doesn't contain the x265 encoder. What should I do?

@farindk
Copy link
Contributor

farindk commented Nov 11, 2024

If your libheif version was compiled with plugin support, you can install the x265 encoding plugin separately in the libheif plugin directory. See the README of this github repository.

If you're on Linux, the plugins may be packaged separately and you simply might have to install them.

@Jay123210599
Copy link
Author

If your libheif version was compiled with plugin support, you can install the x265 encoding plugin separately in the libheif plugin directory. See the README of this github repository.

If you're on Linux, the plugins may be packaged separately and you simply might have to install them.

I'm on Windows.

@bradh
Copy link
Contributor

bradh commented Nov 11, 2024

Possibly this would be better addressed to the ImageMagick project? If you have developer tools, you may be able to rebuild it yourself with a different configuration.

@bradh
Copy link
Contributor

bradh commented Nov 12, 2024

I see you've already asked it at ImageMagick. See ImageMagick/ImageMagick#7755 and ImageMagick/ImageMagick#7752

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

3 participants