How to work with HEIC image file types in Python

后端 未结 6 1008
醉梦人生
醉梦人生 2021-01-31 18:08

The High Efficiency Image File (HEIF) format is the default when airdropping an image from an iPhone to a OSX device. I want to edit and modify these .HEIC files with Python.

6条回答
  •  粉色の甜心
    2021-01-31 18:37

    I am facing the exact same problem as you, wanting a CLI solution. Doing some further research, it seems ImageMagick requires the libheif delegate library. The libheif library itself seems to have some dependencies as well.

    I have not had success in getting any of those to work as well, but will continue trying. I suggest you check if those dependencies are available to your configuration.

提交回复
热议问题