Skip to content

Instantly share code, notes, and snippets.

@ericlaw1979
Created February 19, 2019 19:57
Show Gist options
  • Save ericlaw1979/520e22325b2efdd0bd34d1ad1062f47e to your computer and use it in GitHub Desktop.
Save ericlaw1979/520e22325b2efdd0bd34d1ad1062f47e to your computer and use it in GitHub Desktop.
Registry script to add common image tools to Fiddler
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt]
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\&GifDump]
"Command"="C:\\Program Files (x86)\\Fiddler2\\Tools\\gifdump.exe"
"Types"="image/gif"
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\&JPEGSnoop]
"Types"="image/jpeg"
"Command"="c:\\tools\\jpegsnoop.exe"
"Parameters"="\"{in}\""
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\&PNGTweak]
"Types"="image/png"
"Command"="C:\\tools\\tweakpng.exe"
"Parameters"="\"{in}\""
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\&RIOT Optimizer]
"Command"="C:\\program files (x86)\\riot\\riot.exe"
"Parameters"="\"{in}\""
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\MSPaint]
"Command"="mspaint.exe"
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\PNG &Gauntlet]
"Command"="C:\\Program Files (x86)\\PNGGauntlet\\PngGauntlet.exe"
"Types"="image/png"
"Parameters"="{in}"
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\PNG&Distill]
"Command"="C:\\Program Files (x86)\\Fiddler2\\Tools\\PngDistill.exe"
"Parameters"="\"{in}\" prompt"
"Types"="image/png image/x-icon image/vnd.microsoft.icon"
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\To&WebP Lossless]
"Command"="C:\\Program Files (x86)\\Fiddler2\\Tools\\cwebp.exe"
"Parameters"="-lossless \"{in}\""
"Options"="<stderr>"
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\ToWebP &Lossy]
"Command"="C:\\Program Files (x86)\\Fiddler2\\Tools\\cwebp.exe"
"Options"="<stderr>"
"Parameters"="-lossless \"{in}\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment