diff --git a/pages/common/pamarith.md b/pages/common/pamarith.md new file mode 100644 index 000000000..4f247ee8a --- /dev/null +++ b/pages/common/pamarith.md @@ -0,0 +1,9 @@ +# pamarith + +> Apply a binary function on two Netpbm images. +> See also: `pamfunc`. +> More information: . + +- 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}}` diff --git a/pages/common/pnmarith.md b/pages/common/pnmarith.md new file mode 100644 index 000000000..1ae31c67d --- /dev/null +++ b/pages/common/pnmarith.md @@ -0,0 +1,8 @@ +# pnmarith + +> This command is superseded by `pamarith`. +> More information: . + +- View documentation for the current command: + +`tldr pamarith`