Ecosyste.ms: Awesome
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: 13 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T07:30:43.000Z (about 1 month ago)
- Last Synced: 2024-12-18T15:03:43.225Z (22 days ago)
- Topics: shell-extension, svg, windows
- Language: Pascal
- Homepage:
- Size: 3.29 MB
- Stars: 53
- Watchers: 6
- 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 ProviderSvgShellExtensions.dll has been compiled using Delphi Version 12 Community Edition.
https://www.embarcadero.com/products/delphi/starter/free-downloadMy [**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