/SvgShellExtensions

Preview Handler and Thumbnail Provider for SVG files

Primary LanguagePascalBoost Software License 1.0BSL-1.0

SvgShellExtensions.dll

Windows (64bit) Explorer Shell Extensions for SVG files
Preview Handler and Thumbnail Provider

SvgShellExtensions.dll has been compiled using Delphi Version 10.4 Community Edition.
https://www.embarcadero.com/products/delphi/starter/free-download

My Image32 2D graphics library was also used.

Preview

Thumbnail


Install:

  1. Right click Windows' Start Button
  2. Select Windows PowerShell (Admin)
    In Windows PowerShell ...
    cd path_to_SvgShellExtensions
    regsvr32 SvgShellExtensions.dll
    exit


Uninstall:

  1. Right click Windows' Start Button
  2. Select Windows PowerShell (Admin)
    In Windows PowerShell ...
    cd path_to_SvgShellExtensions
    regsvr32 /u SvgShellExtensions.dll
    exit