mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 13:15:28 +02:00
12 lines
459 B
Markdown
12 lines
459 B
Markdown
# pamtouil
|
|
|
|
> PNM 또는 PAM 파일을 Motif UIL 아이콘 파일로 변환.
|
|
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pamtouil.html>.
|
|
|
|
- PNM 또는 PAM 파일을 Motif UIL 아이콘 파일로 변환:
|
|
|
|
`pamtouil {{경로/대상/입력.pnm|pam}} > {{경로/대상/출력.uil}}`
|
|
|
|
- 출력 UIL 파일에 출력할 접두사 문자열 지정:
|
|
|
|
`pamtouil {{[-n|-name]}} {{uil이름}} {{경로/대상/입력.pnm|pam}} > {{경로/대상/출력.uil}}`
|