oxipng Command Examples

Losslessly improve compression of PNG files. More information: https://github.com/shssoichiro/oxipng.

oxipng {{path/to/file.png}}

oxipng --out {{path/to/output.png}} {{path/to/file.png}}

oxipng "*.png"

oxipng --opt {{0|1|2|3|4|5|6|max}} {{path/to/file.png}}

oxipng --interlace {{0|1|keep}} {{path/to/file.png}}

oxipng --alpha {{path/to/file.png}}

oxipng --zopfli --opt max {{path/to/file.png}}

oxipng --strip all {{path/to/file.png}}