From 682a55a781c3ab2c39104843ae86f0963596102f Mon Sep 17 00:00:00 2001 From: Leandro Ostera Date: Mon, 8 Feb 2016 14:05:52 +0100 Subject: [PATCH] Fixes -brute description --- pages/common/pngcrush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`