brookmiles / windows-heic-thumbnails

Enable Windows Explorer to display thumbnails for HEIC files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows HEIC Thumbnail Provider

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.

20220606-201945-explorer

To open or edit HEIC files you'll still need another application such as Paint.NET or Krita.

Installing

Requires Windows 10 (64-bit)

Windows Explorer should now display thumbnails for HEIC files.

Building

This project was built with Visual Studio 2022.

Requires libheif which can be installed with vcpkg.

vcpkg install libheif:x64-windows

Optionally use the included vcpkg overlay which removes the dependancy on the x265 encoder, a 5MB dll which is not used.

vcpkg install libheif:x64-windows --overlay-ports=..\windows-heic-thumbnails\vcpkg-overlay

About

Enable Windows Explorer to display thumbnails for HEIC files

License:MIT License


Languages

Language:C++ 93.3%Language:CMake 5.5%Language:C 1.2%