pnmtofiasco

Convert a PNM image to a compressed FIASCO file. More information: <https://netpbm.sourceforge.net/doc/pnmtofiasco.html>.

Install

All systems
curl cmd.cat/pnmtofiasco.sh
Debian Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml Kali Linux
apt-get install netpbm
CentOS
yum install netpbm-progs
Fedora
dnf install netpbm-progs
Windows (WSL2)
sudo apt-get update sudo apt-get install netpbm
OS X
brew install netpbm
Raspbian
apt-get install netpbm

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
  • Specify the [i]nput files through a pattern:
    pnmtofiasco --image-name "img[01-09+1].pnm" > path/to/file.fiasco
  • Specify the compression quality:
    pnmtofiasco --quality quality_level path/to/file.pnm > path/to/file.fiasco
  • Load the options to be used from the specified configuration file:
    pnmtofiasco --config path/to/fiascorc path/to/file.pnm > path/to/file.fiasco

© tl;dr; authors and contributors