common/z*: add Korean translation (#14520)

This commit is contained in:
코드싸이
2024-11-02 02:58:11 +09:00
committed by GitHub
parent 68b644059f
commit f0c85945c8
47 changed files with 932 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# zopflipng
> PNG 압축 도구.
> 더 많은 정보: <https://github.com/google/zopfli>.
- PNG 최적화:
`zopflipng {{입력.png}} {{출력.png}}`
- 여러 PNG 최적화하고 지정된 접두사로 저장:
`zopflipng --prefix={{접두사}} {{이미지1.png}} {{이미지2.png}} {{이미지3.png}}`