hipstopgm: add page (#11197)

pull/23/head
Jai Vignesh J 2023-10-24 10:54:45 +05:30 committed by GitHub
parent 3582f9c3f7
commit 4f5f6233a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages/common/hipstopgm.md Normal file
View File

@ -0,0 +1,17 @@
# hipstopgm
> Read a HIPS file as input and return a PGM image as output.
> If the HIPS file contains more than one frame in sequence, `hipstopgm` will concatenate all the frames vertically.
> More information: <https://netpbm.sourceforge.net/doc/hipstopgm.html>.
- Convert a HIPS file into a PGM image:
`hipstopgm {{path/to/file.hips}}`
- Suppress all informational messages:
`hipstopgm -quiet`
- Display version:
`hipstopgm -version`