tibold / svg-explorer-extension

Extension module for Windows Explorer to render SVG thumbnails, so that you can have an overview of your SVG files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVGZ is not supported

Daniel-Beardsmore opened this issue · comments

(Nothing else to say here)

GitHub seems content to wait forever for my fork. I tried giving it a spoon instead, but it seems there is no spoon.

In Main.cpp, take this line:

{HKEY_CLASSES_ROOT, L".SVG\shellex\{E357FCCD-A995-4576-B01F-234630154E96}", NULL, REG_SZ, (DWORD_PTR)szCLSID_SampleThumbnailProvider}

Duplicate that and change .SVG to .SVGZ.

I just tested a manual Registry edit and SVGZ is read correctly.

Thanks! I didn't notice the associated PR or I would have merged right away.