Skip to content

AngusJohnson/SvgShellExtensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

SvgShellExtensions.dll

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

See Releases for the latest compiled version of SvgShellExtensions.
Otherwise, to compile your own version of SvgShellExtensions, you'll need a Delphi compiler and a copy of my Image32 graphics library.

Preview

Thumbnail


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

About

Preview Handler and Thumbnail Provider for SVG files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages