Skip to content

Instantly share code, notes, and snippets.

@Krzysiu
Created February 13, 2026 21:11
Show Gist options
  • Select an option

  • Save Krzysiu/bc5e6c89c1158f87abf189de9771c6e9 to your computer and use it in GitHub Desktop.

Select an option

Save Krzysiu/bc5e6c89c1158f87abf189de9771c6e9 to your computer and use it in GitHub Desktop.
Modernizing PNGGauntlet

Modernizing PNGGauntlet 🚀

PNGGauntlet is a nice (yet just freeware) GUI for three powerful tools that compress PNGs to the max.

  • Sadly, it is unmaintained.
  • Sadly again, some of the bundled tools have known, serious security holes.
  • Happily, probably due to licensing conflicts (GPL tools vs. freeware GUI), the app relies on external binary dependencies instead of compiled-in libraries.
  • Happily, modern versions of these core apps are backward compatible!
  • Total happiness balance: 0

In order to modernize it, we can swap the outdated tools for recent versions (including 64-bit where possible—important for heavy calculations under the hood).

How to upgrade:

The static tools are located in the support subdirectory. In a standard installation, the path is: %programfiles(x86)%\PNGGauntlet\support

The Toolkit Update List:

Format: name (shipped version, year) — recent version & URL

Steps:

  1. Download the updated tools from the links above.
  2. Close PNGGauntlet.
  3. Navigate to the support directory (you might need Administrator privileges to move files here).
  4. Replace the old .exe files with the new ones.
  5. Launch PNGGauntlet and enjoy faster, safer, and better compression!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment