The shell extension teaches Windows Explorer to display previews of webp.
The extension was developed and tested on Windows 10
though I expect it to work on other windows versions.
You can install the extension either manually or using the installer.
Installer
from the Releases sectionInstaller
DLL
from the Releases sectionDLL
into the desired place in your systemRegister the DLL
via regsvr32
.
C:\Windows\SysWOW64\regsvr32.exe C:\Where\The\Dll\Resides\webpext64.dll
To unregister the DLL
later again use regsvr32
:
C:\Windows\SysWOW64\regsvr32.exe /u C:\Where\The\Dll\Resides\webpext64.dll
Normally no admin permissions should be required for the registration.