common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# pngcrush
> PNG 압축 유틸리티.
> 더 많은 정보: <https://pmt.sourceforge.io/pngcrush>.
- PNG 파일 압축:
`pngcrush {{입력.png}} {{출력.png}}`
- 모든 PNG 파일 압축 후 지정된 디렉토리에 출력:
`pngcrush -d {{경로/대상/출력}} *.png`
- 사용 가능한 모든 114개의 알고리즘으로 PNG 파일을 압축하고 최상의 결과 선택:
`pngcrush -rem allb -brute -reduce {{입력.png}} {{출력.png}}`