文章大纲
1. Windows 下
背景 与 方法
https://laowangblog.com/heic-to-jpg-png-using-python-on-windows.html
https://pypi.org/project/pillow-heif/
https://github.com/bigcat88/pillow_heif
pip install pillow_heif
pip install whatimage
import numpy as np
import cv2
import pillow_heif
heif_file = pillow_heif.open_heif("image.heic"