pamfixtrunc, pamfix, pamvalidate: add pages (#12406)

* pamfixtrunc, pamfix, pamvalidate: add pages

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Juri Dispan
2024-03-24 09:45:01 +01:00
committed by GitHub
parent c2b3a2a880
commit 8b9720a256
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# pamvalidate
> Validate PAM, PGM, PBM and PPM files.
> See also: `pamfile`, `pamfix`.
> More information: <https://netpbm.sourceforge.net/doc/pamvalidate.html>.
- Copy a Netpbm file from `stdin` to `stdout` if and only if it valid; fail otherwise:
`{{command}} | pamvalidate > {{path/to/output.ext}}`