pbm*: add Korean translation (#14553)

This commit is contained in:
코드싸이
2024-11-02 22:15:15 +09:00
committed by GitHub
parent 916a7d963d
commit ab4aba8f8e
40 changed files with 500 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
# pbmtopgm
> PBM 이미지를 개별 픽셀 주변 영역의 평균을 내어 PGM으로 변환.
> 같이 보기: `pnmconvol`, `pamditherbw`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pbmtopgm.html>.
- 각 픽셀 주변의 `w`x`h` 크기 영역을 평균 내어 PBM 이미지를 PGM으로 변환:
`pbmtopgm {{w}} {{h}} {{경로/대상/이미지.pbm}} > {{경로/대상/출력.pgm}}`