heic格式的图片用得越来越多了,虽然能够在图片查看软件里预览与编辑,比如XnviewMP,但是在Windows文件管理器中一般是不能直接预览的,
找了一下午,在Github发现一款windows-heic-thumbnails插件,里面是三个dll,注册后能让windows直接预览heic格式,挺好用的
链接:https://github.com/brookmiles/windows-heic-thumbnails
Windows HEIC Thumbnail Provider[color=var(--fgColor-accent, var(--color-accent-fg))]Windows 10 does not support HEIC files by default, which are the native photo image format of recent iPhones.HEIC files are similar to JPEG files, but with better quality in half the file size.This small shell extension adds the ability for Windows Explorer to display thumbnails of HEIC files.[color=var(--fgColor-accent, var(--color-accent-fg))]
安装:
- Extract the files HEICThumbnailHandler.dll, heif.dll, and libde265.dll into a new folder of your choosing.
- Run regsvr32 HEICThumbnailHandler.dll
就是解压后复制到c盘里找个位置,然后在cmd里运行dll注册命令就好,
我的一加手机支持拍照时用Heic格式保存照片,文件大小比jpeg更小,占用空间更少,
但是在电脑中打开时,不支持在文件管理器中直接预览,只能在XniewMP之类的软件里才能预览和编辑,这就很伤感了
于是网上找了一圈,找到了windows-heic-thumbnails这个dll插件,注册后就能预览了
另外,在找的过程中,安装了Microsoft Store商店里的系统组件:heif图像扩展,不知道有没有影响
有问题可以试试也装一下这个系统组件看能不能解决问题