Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Juri Dispan 2023-12-15 20:16:22 +01:00 committed by GitHub
parent cd0364f28f
commit fc9def5bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
> Convert a compressed FIASCO file to a PNM image. > Convert a compressed FIASCO file to a PNM image.
> More information: <https://netpbm.sourceforge.net/doc/fiascotopnm.html>. > More information: <https://netpbm.sourceforge.net/doc/fiascotopnm.html>.
- Convert a compressed FIASCO file to one or (in the case of video streams) multiple PNM files: - Convert a compressed FIASCO file to a PNM file or in the case of video streams multiple PNM files:
`fiascotopnm {{path/to/file.fiasco}} -o {{output_file_basename}}` `fiascotopnm {{path/to/file.fiasco}} -o {{output_file_basename}}`
- Use fast decompression, resulting in a slightly descreased quality of the output file(s): - Use fast decompression, resulting in a slightly decreased quality of the output file(s):
`fiascotopnm --fast {{path/to/file.fiasco}} -o {{output_file_basename}}` `fiascotopnm --fast {{path/to/file.fiasco}} -o {{output_file_basename}}`

View File

@ -9,7 +9,7 @@
- Specify the [i]nput files through a pattern: - Specify the [i]nput files through a pattern:
`pnmtofiasco -i {{img[01-09+1].pnm}} > {{path/to/file.fiasco}}` `pnmtofiasco --image-name {{img[01-09+1].pnm}} > {{path/to/file.fiasco}}`
- Specify the compression quality: - Specify the compression quality: