An open API service indexing awesome lists of open source software.

https://github.com/angusjohnson/svgshellextensions

Preview Handler and Thumbnail Provider for SVG files
https://github.com/angusjohnson/svgshellextensions

shell-extension svg windows

Last synced: 9 months ago
JSON representation

Preview Handler and Thumbnail Provider for SVG files

Awesome Lists containing this project

README

          

# SvgShellExtensions.dll

Windows (64bit) Explorer Shell Extensions for SVG files

Preview Handler and Thumbnail Provider

See [Releases](https://github.com/AngusJohnson/SvgShellExtensions/releases) for the latest compiled version of **SvgShellExtensions**.

Otherwise, to compile your own version of **SvgShellExtensions**, you'll need [a Delphi compiler](https://www.embarcadero.com/products/delphi/starter/free-download) and a copy of my [**Image32**](https://github.com/AngusJohnson/Image32) graphics library.

![Preview](https://user-images.githubusercontent.com/5280692/150119503-11700028-4dcf-4eca-aeaf-a787c4339a28.png)

![Thumbnail](https://user-images.githubusercontent.com/5280692/150119536-2b499495-f0dd-42e8-9e99-367657e3d783.png)

----------
Install:
----------

1. Right click Windows' Start Button

2. Select Terminal (Admin)

In Terminal ...

**cd** path_to_SvgShellExtensions

**regsvr32** SvgShellExtensions.dll

exit

----------
Uninstall:
----------

1. Right click Windows' Start Button

2. Select Terminal (Admin)

In Terminal ...

**cd** path_to_SvgShellExtensions

**regsvr32 /u** SvgShellExtensions.dll

exit