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

9 lines
312 B
Markdown
Raw Normal View History

# pamdepth
> 이미지의 깊이(즉, 색상 해상도)를 줄이는 도구.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pamdepth.html>.
- PBM 이미지를 읽고, 최대값을 설정하여 파일로 저장:
`pamdepth {{최대값}} {{경로/대상/이미지.pbm}} > {{경로/대상/파일.pbm}}`