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,17 @@
# mdatopbm
> Microdesign MDA 파일을 PBM 이미지로 변환.
> 같이 보기: `pbmtomda`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/mdatopbm.html>.
- MDA 파일을 PBM 이미지로 변환:
`mdatopbm {{경로/대상/이미지.mda}} > {{경로/대상/출력.pbm}}`
- 입력 이미지의 색상을 반전:
`mdatopbm -i {{경로/대상/이미지.mda}} > {{경로/대상/출력.pbm}}`
- 입력 이미지의 높이를 두 배로:
`mdatopbm -d {{경로/대상/이미지.mda}} > {{경로/대상/출력.pbm}}`