1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/wbmptopbm.md
2024-11-02 05:59:52 +01:00

8 lines
272 B
Markdown

# wbmptopbm
> 무선 비트맵 파일을 PBM 이미지로 변환.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/wbmptopbm.html>.
- WBMP 파일을 PBM 이미지로 변환:
`wbmptopbm {{경로/대상/입력_파일.wbpm}} > {{경로/대상/출력_파일.pbm}}`