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/pbmtomacp.md

14 lines
408 B
Markdown
Raw Normal View History

2024-11-02 22:15:15 +09:00
# pbmtomacp
> PBM 이미지를 MacPaint 파일로 변환.
> 같이 보기: `macptopbm`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pbmtomacp.html>.
- PBM 이미지를 MACP 파일로 변환:
`pbmtomacp {{경로/대상/이미지.pbm}} > {{경로/대상/출력.macp}}`
- 출력 파일을 압축하지 않음:
`pbmtomacp -norle {{경로/대상/이미지.pbm}} > {{경로/대상/출력.macp}}`