oxipng: update flags changed in v10.0.0 (#21449)

Co-authored-by: Fazle Arefin <1625934+FazleArefin@users.noreply.github.com>
This commit is contained in:
oakrotka
2026-03-11 20:03:36 +01:00
committed by GitHub
parent ef250a5d06
commit 4cd47ef4ca
+3 -3
View File
@@ -19,9 +19,9 @@
`oxipng {{[-o|--opt]}} {{0|1|2|3|4|5|6|max}} {{path/to/file.png}}`
- Set the PNG interlacing type (`0` removes interlacing, `1` applies Adam7 interlacing, `keep` preserves existing interlacing; default is `0`):
- Set the PNG interlacing type (`off` removes interlacing, `on` applies Adam7 interlacing, `keep` preserves existing interlacing; default is `off`):
`oxipng {{[-i|--interlace]}} {{0|1|keep}} {{path/to/file.png}}`
`oxipng {{[-i|--interlace]}} {{off|on|keep}} {{path/to/file.png}}`
- Perform additional optimization on images with an alpha channel:
@@ -29,7 +29,7 @@
- Use the much slower but stronger Zopfli compressor with max optimization:
`oxipng {{[-Z|--zopfli]}} {{[-o|--opt]}} max {{path/to/file.png}}`
`oxipng {{[-z|--zopfli]}} {{[-o|--opt]}} max {{path/to/file.png}}`
- Strip all non-critical metadata chunks: