How can I read an HEIC image in matlab?
问题 I have an HEIC image from my iPhone (it contains depth data) and I want to import it in Matlab (on Mac). but imread() does not support this format. How could I achive this anyway? 回答1: If you use homebrew to manage packages on your Mac, you can install ImageMagick with HEIC support (via libde265 ) like this (order is important): brew install libde265 brew install imagemagick You should then be able to run the following command to check you have HEIC support: magick identify -list format |