diff --git a/pages/common/pamnoraw.md b/pages/common/pamnoraw.md new file mode 100644 index 000000000..562ce650c --- /dev/null +++ b/pages/common/pamnoraw.md @@ -0,0 +1,8 @@ +# pamnoraw + +> This command is an alias of `pamtopnm -plain`. +> More information: . + +- View documentation for the original command: + +`tldr pamtopnm` diff --git a/pages/common/pamtopam.md b/pages/common/pamtopam.md new file mode 100644 index 000000000..dd9a1ad00 --- /dev/null +++ b/pages/common/pamtopam.md @@ -0,0 +1,12 @@ +# pamtopam + +> Copy a PAM image. +> More information: . + +- Copy a PAM image (i.e. a PBM, PGM, PPM or PAM image) from `stdin` to `stdout`: + +`pamtopam < {{path/to/image.pam}} > {{path/to/output.pam}}` + +- Display version: + +`pamtopam -version` diff --git a/pages/common/pamtopnm.md b/pages/common/pamtopnm.md new file mode 100644 index 000000000..ff83d8a6e --- /dev/null +++ b/pages/common/pamtopnm.md @@ -0,0 +1,12 @@ +# pamtopnm + +> Convert a PAM image to an equivalent PNM image. +> More information: . + +- Convert a PAM image to an equivalent PNM image, i.e. a PBM, PGM or PPM image: + +`pamtopnm {{path/to/image.pam}} > {{path/to/output.pbm|pgm|ppm}}` + +- Display version: + +`pamtopnm -version` diff --git a/pages/common/pnmtoplainpnm.md b/pages/common/pnmtoplainpnm.md new file mode 100644 index 000000000..aad366140 --- /dev/null +++ b/pages/common/pnmtoplainpnm.md @@ -0,0 +1,8 @@ +# pnmtoplainpnm + +> This command is an alias of `pamtopnm -plain`. +> More information: . + +- View documentation for the original command: + +`tldr pamtopnm` diff --git a/pages/common/pnmtopnm.md b/pages/common/pnmtopnm.md new file mode 100644 index 000000000..08bf7246e --- /dev/null +++ b/pages/common/pnmtopnm.md @@ -0,0 +1,8 @@ +# pnmtopnm + +> This command is an alias of `pamtopnm`. +> More information: . + +- View documentation for the original command: + +`tldr pamtopnm` diff --git a/pages/common/ppmtoppm.md b/pages/common/ppmtoppm.md new file mode 100644 index 000000000..b9a2d5d84 --- /dev/null +++ b/pages/common/ppmtoppm.md @@ -0,0 +1,12 @@ +# ppmtoppm + +> Copy a PPM image. +> More information: . + +- Copy a PPM image (i.e. a PBM, PGM or PPM image) from `stdin` to `stdout`: + +`ppmtoppm < {{path/to/image.ppm}} > {{path/to/output.ppm}}` + +- Display version: + +`ppmtoppm -version`