You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: