diff --git a/pages/common/pngcrush.md b/pages/common/pngcrush.md index 22d07a2d5..4c5db0879 100644 --- a/pages/common/pngcrush.md +++ b/pages/common/pngcrush.md @@ -10,6 +10,6 @@ `pngcrush -d {{path/to/output}} *.png` -- Compress PNG file with best compression: +- Compress PNG file with all 114 available algorithms and pick the best result: `pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`