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

consider updating a version of ImageMagick or install libde265 and libheif that supports HEIC files #333

Open
hydrowebtw opened this issue Sep 20, 2022 · 0 comments

Comments

@hydrowebtw
Copy link

I want to develop an application to deal with Heic files(IOS photo format) and deploy tio shiny.app.io, but when I import the 'magick' package , the the log shows that the heic files are disabled features.

2022-09-19T04:06:31.463144+00:00 shinyapps[6852328]: Linking to ImageMagick 6.9.10.23
2022-09-19T04:06:31.463255+00:00 shinyapps[6852328]: Disabled features: cairo, ghostscript, heic, raw, rsvg

The reason may be we have to build and install the latest version of libde265 and libheif which are needed for compiling ImageMagick with HEIC option.(link).
Another possible reason is that the version of ImageMagick installed in server is '6.9.10.23' doesn't support HEIC , that wasn't added until ImageMagick version 7.0.7. link1,link2

Thanks for your help.

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

1 participant