Skip to content

Instantly share code, notes, and snippets.

@ericlaw1979
Last active June 24, 2022 00:16
Show Gist options
  • Save ericlaw1979/d470a6577fc203a18c879e0ef590e7b7 to your computer and use it in GitHub Desktop.
Save ericlaw1979/d470a6577fc203a18c879e0ef590e7b7 to your computer and use it in GitHub Desktop.
Add guetzli JPEG Optimizer to Fiddler's ImageView context menu.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Fiddler2\ImagesMenuExt\&JPEGGuetzli]
"Command"="C:\\Users\\ericlaw\\Documents\\Fiddler2\\scripts\\Tools\\guetzli_windows_x86-64.exe"
"Parameters"="{in} {out:jpg}"
"Types"="image/jpeg"
@ericlaw1979
Copy link
Author

NOTE: Update the "Command" path to wherever you put the guetzli executable from https://github.com/google/guetzli/releases/tag/v1.0.1 Screenshot at https://twitter.com/ericlaw/status/1540027913080389632

@ericlaw1979
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment