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

10 lines
469 B
Markdown
Raw Normal View History

# pamarith
> 두 개의 Netpbm 이미지에 이진 함수를 적용.
> 같이 보기: `pamfunc`.
> 더 많은 정보: <https://netpbm.sourceforge.net/doc/pamarith.html>.
- 지정된 이진 함수를 두 이미지에 대해 픽셀 단위로 적용 (이미지는 반드시 동일한 크기여야 함):
`pamarith -{{add|subtract|multiply|divide|difference|minimum|maximum|...}} {{경로/대상/이미지1.pam|pbm|pgm|ppm}} {{경로/대상/이미지2.pam|pbm|pgm|ppm}}`