2025-03-14 21:59:59 -06:00
|
|
|
# pnmtofiasco
|
|
|
|
|
|
|
|
|
|
> Convert a PNM image to a compressed FIASCO file.
|
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/pnmtofiasco.html>.
|
|
|
|
|
|
|
|
|
|
- Convert a PNM image to a compressed FIASCO file:
|
|
|
|
|
|
|
|
|
|
`pnmtofiasco {{path/to/file.pnm}} > {{path/to/file.fiasco}}`
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
- Specify the input files through a pattern:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pnmtofiasco {{[-i|--image-name]}} "{{img[01-09+1].pnm}}" > {{path/to/file.fiasco}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Specify the compression quality:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`pnmtofiasco {{[-q|--quality]}} {{quality_level}} {{path/to/file.pnm}} > {{path/to/file.fiasco}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Load the options to be used from the specified configuration file:
|
|
|
|
|
|
2025-04-03 20:36:56 -06:00
|
|
|
`pnmtofiasco {{[-f|--config]}} {{path/to/fiascorc}} {{path/to/file.pnm}} > {{path/to/file.fiasco}}`
|