mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,21 @@
# macptopbm
> MacPaint 파일을 입력으로 받아 PBM 이미지를 출력으로 생성합니다.
> 같이 보기: `pbmtomacp`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/macptopbm.html>.
- MacPaint 파일을 PGM 이미지로 변환:
`macptopbm {{경로/대상/파일.macp}} > {{경로/대상/출력.pbm}}`
- 파일을 읽을 때 지정된 바이트 수만큼 건너뜀:
`macptopbm -extraskip {{N}} > {{경로/대상/출력.pbm}}`
- 모든 정보 메시지 억제:
`macptopbm -quiet > {{경로/대상/출력.pbm}}`
- 버전 표시:
`macptopbm -version`