Skip to content

Releases: brookmiles/windows-heic-thumbnails

v0.1.1

27 Nov 08:04
Compare
Choose a tag to compare
  • Add support for files named .heif in addition to .heic, closes #1
  • Update to libheif v1.18.2, improves #2
  • Improved logging and added some timing information for testing/debugging.

Performance Improvement

For files that do not already contain their own thumbnail, loading and scaling the full image to create a thumbnail is about 3x faster now with the newer version of libheif.

On my machine, files which previously took 1.5-2 seconds to load, are now loading in under half a second.

Files which do contain their own thumbnail should continue to load more-or-less instantly.

This depends on the speed of your computer and the disk you are using. Viewing large images directly from a flash card or USB stick will be much slower.

v0.1.0

16 Jun 12:20
Compare
Choose a tag to compare

First release!

Pre-compiled binaries for manual installation.