From 53ecd46a37657a7cd5d240ff18abc633ea307199 Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Tue, 7 Nov 2023 14:24:00 +0100 Subject: [PATCH] pamnoraw, pamtopam, pamtopnm, pnmtoplainpnm, pnmtopnm, ppmtoppm: add pages (#11403) * pamnoraw, pamtopam, pamtopnm, pnmtoplainpnm, pnmtopnm, ppmtoppm: add pages --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/pamnoraw.md | 8 ++++++++ pages/common/pamtopam.md | 12 ++++++++++++ pages/common/pamtopnm.md | 12 ++++++++++++ pages/common/pnmtoplainpnm.md | 8 ++++++++ pages/common/pnmtopnm.md | 8 ++++++++ pages/common/ppmtoppm.md | 12 ++++++++++++ 6 files changed, 60 insertions(+) create mode 100644 pages/common/pamnoraw.md create mode 100644 pages/common/pamtopam.md create mode 100644 pages/common/pamtopnm.md create mode 100644 pages/common/pnmtoplainpnm.md create mode 100644 pages/common/pnmtopnm.md create mode 100644 pages/common/ppmtoppm.md 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`