Options (3)
-i, --image-namebooleanSpecify the input files through a pattern
Example:
pnmtofiasco {{[-i|--image-name]}} "{{img[01-09+1].pnm}}" > {{path/to/file.fiasco}}-q, --qualitybooleanSpecify the compression quality
Example:
pnmtofiasco {{[-q|--quality]}} {{quality_level}} {{path/to/file.pnm}} > {{path/to/file.fiasco}}-f, --configbooleanLoad the options to be used from the specified configuration file
Example:
pnmtofiasco {{[-f|--config]}} {{path/to/fiascorc}} {{path/to/file.pnm}} > {{path/to/file.fiasco}}Examples (4)
Convert a PNM image to a compressed FIASCO file
pnmtofiasco path/to/file.pnm > path/to/file.fiascoSpecify the input files through a pattern
pnmtofiasco [-i|--image-name] "img[01-09+1].pnm" > path/to/file.fiascoSpecify the compression quality
pnmtofiasco [-q|--quality] quality_level path/to/file.pnm > path/to/file.fiascoLoad the options to be used from the specified configuration file
pnmtofiasco [-f|--config] path/to/fiascorc path/to/file.pnm > path/to/file.fiascomade by @shridhargupta | data from tldr-pages