2023-12-17 17:28:38 +01: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-03-28 05:26:23 +02:00
|
|
|
- Specify the input files through a pattern:
|
2023-12-17 17:28:38 +01:00
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`pnmtofiasco {{[-i|--image-name]}} "{{img[01-09+1].pnm}}" > {{path/to/file.fiasco}}`
|
2023-12-17 17:28:38 +01:00
|
|
|
|
|
|
|
- Specify the compression quality:
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`pnmtofiasco {{[-q|--quality]}} {{quality_level}} {{path/to/file.pnm}} > {{path/to/file.fiasco}}`
|
2023-12-17 17:28:38 +01:00
|
|
|
|
|
|
|
- Load the options to be used from the specified configuration file:
|
|
|
|
|
2025-03-28 05:26:23 +02:00
|
|
|
`pnmtofiasco {{[-f|--config]}} {{path/to/fiascorc}} {{path/to/file.pnm}} > {{path/to/file.fiasco}}`
|