Skip to content

brookmiles/windows-heic-thumbnails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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