Last active
June 24, 2022 00:16
-
-
Save ericlaw1979/d470a6577fc203a18c879e0ef590e7b7 to your computer and use it in GitHub Desktop.
Add guetzli JPEG Optimizer to Fiddler's ImageView context menu.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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