Options (5)
-o, --outputbooleanConvert a compressed FIASCO file to a PNM file or in the case of video streams multiple PNM files
Example:
fiascotopnm {{path/to/file.fiasco}} {{[-o|--output]}} {{output_file_basename}}-z, --fastbooleanUse fast decompression, resulting in a slightly decreased quality of the output file(s)
Example:
fiascotopnm {{[-z|--fast]}} {{path/to/file.fiasco}} {{[-o|--output]}} {{output_file_basename}}-f, --configbooleanLoad the options to be used from the specified configuration file
Example:
fiascotopnm {{[-f|--config]}} {{path/to/fiascorc}} {{path/to/file.fiasco}} {{[-o|--output]}} {{output_file_basename}}-m, --magnifybooleanMagnify the decompressed image(s) by a factor of 2^n
Example:
fiascotopnm {{[-m|--magnify]}} {{n}} {{path/to/file.fiasco}} {{[-o|--output]}} {{output_file_basename}}-s, --smoothingbooleanSmooth the decompressed image by the specified amount
Example:
fiascotopnm {{[-s|--smoothing]}} {{n}} {{path/to/file.fiasco}} {{[-o|--output]}} {{output_file_basename}}Examples (5)
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] output_file_basenameUse fast decompression, resulting in a slightly decreased quality of the output file(s)
fiascotopnm [-z|--fast] path/to/file.fiasco [-o|--output] output_file_basenameLoad the options to be used from the specified configuration file
fiascotopnm [-f|--config] path/to/fiascorc path/to/file.fiasco [-o|--output] output_file_basenameMagnify the decompressed image(s) by a factor of 2^n
fiascotopnm [-m|--magnify] n path/to/file.fiasco [-o|--output] output_file_basenameSmooth the decompressed image by the specified amount
fiascotopnm [-s|--smoothing] n path/to/file.fiasco [-o|--output] output_file_basenamemade by @shridhargupta | data from tldr-pages