pnmarith, pamarith: add pages (#12422)

* pnmarith, pamarith: add pages

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
pull/23/head
Juri Dispan 2024-03-02 18:09:25 +01:00 committed by GitHub
parent 4ac51c8845
commit 3e24ce7227
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

9
pages/common/pamarith.md Normal file
View File

@ -0,0 +1,9 @@
# pamarith
> Apply a binary function on two Netpbm images.
> See also: `pamfunc`.
> More information: <https://netpbm.sourceforge.net/doc/pamarith.html>.
- Apply the specified binary function pixel-wise on the two specified images (which must be of the same size):
`pamarith -{{add|subtract|multiply|divide|difference|minimum|maximum|...}} {{path/to/image1.pam|pbm|pgm|ppm}} {{path/to/image2.pam|pbm|pgm|ppm}}`

8
pages/common/pnmarith.md Normal file
View File

@ -0,0 +1,8 @@
# pnmarith
> This command is superseded by `pamarith`.
> More information: <https://netpbm.sourceforge.net/doc/pnmarith.html>.
- View documentation for the current command:
`tldr pamarith`