Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/angusjohnson/svgshellextensions

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

shell-extension svg windows

Last synced: 13 days 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

SvgShellExtensions.dll has been compiled using Delphi Version 12 Community Edition.

https://www.embarcadero.com/products/delphi/starter/free-download


My [**Image32 2D graphics library**](https://github.com/AngusJohnson/Image32) was also used.

![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