Adds thumbnails for QOI images in Windows Explorer
I've tested it on Windows 10 and Windows 11, but I guess it should work on Vista, 7 and 8 as well.
x64 only at the moment!
-
Download the dll from the Releases section
-
Put the dll into the desired place in your system
-
Register the dll using
regsvr32
.regsvr32 C:\Path\To\The\Dll\Downloaded\QOIThumbnailProvider.dll
You should see confirmation like this:
To unregister the dll later again use
regsvr32
:regsvr32 /u C:\Path\To\The\Dll\Downloaded\QOIThumbnailProvider.dll