LinuxCommandLibrary

pnmtofiasco

Convert a PNM image to a compressed FIASCO file.

TLDR

Convert a PNM image to a compressed FIASCO file

$ pnmtofiasco [path/to/file.pnm] > [path/to/file.fiasco]
copy


Specify the [i]nput files through a pattern
$ pnmtofiasco --image-name "[img[01-09+1].pnm]" > [path/to/file.fiasco]
copy


Specify the compression quality
$ pnmtofiasco --quality [quality_level] [path/to/file.pnm] > [path/to/file.fiasco]
copy


Load the options to be used from the specified configuration file
$ pnmtofiasco --config [path/to/fiascorc] [path/to/file.pnm] > [path/to/file.fiasco]
copy

Copied to clipboard