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
- Host: GitHub
- URL: https://github.com/angusjohnson/svgshellextensions
- Owner: AngusJohnson
- License: bsl-1.0
- Created: 2022-01-19T10:34:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-09T11:10:46.000Z (10 months ago)
- Last Synced: 2025-08-09T12:30:42.715Z (10 months ago)
- Topics: shell-extension, svg, windows
- Language: Pascal
- Homepage:
- Size: 3.3 MB
- Stars: 75
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.


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