1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 14:33:40 +02:00

zopflipng: add page (#2240)

This commit is contained in:
L Day 2018-08-13 09:23:49 -04:00 committed by Starbeamrainbowlabs
parent 875fe63c92
commit 23908705cf

11
pages/common/zopflipng.md Normal file
View file

@ -0,0 +1,11 @@
# zopflipng
> PNG image compression utility.
- Optimize a PNG image:
`zopflipng {{input.png}} {{output.png}}`
- Optimize several PNG images and save with given prefix:
`zopflipng --prefix={{prefix}} {{image1.png}} {{image2.png}} {{image3.png}}`