diff --git a/pages/common/pngcrush.md b/pages/common/pngcrush.md new file mode 100644 index 0000000000..22d07a2d59 --- /dev/null +++ b/pages/common/pngcrush.md @@ -0,0 +1,15 @@ +# pngcrush + +> PNG image compression utility. + +- Compress a PNG file: + +`pngcrush {{in.png}} {{out.png}}` + +- Compress all PNGs and output to directory: + +`pngcrush -d {{path/to/output}} *.png` + +- Compress PNG file with best compression: + +`pngcrush -rem allb -brute -reduce {{in.png}} {{out.png}}`