fiascotopnm

wavelet compression to PNM converter

TLDR

Convert FIASCO to PNM
$ fiascotopnm [input.fiasco] > [output.pnm]
Convert with specific frame
$ fiascotopnm --frame [5] [input.fiasco] > [output.pnm]

SYNOPSIS

fiascotopnm [options] file

DESCRIPTION

fiascotopnm decodes images compressed with the FIASCO (Fractal Image And Sequence COdec) algorithm into PNM (Portable Any Map) format. FIASCO uses wavelet-based compression techniques similar to those in JPEG2000.The tool is part of the Netpbm image processing toolkit and can extract individual frames from FIASCO-encoded image sequences. It handles both still images and video frame sequences, making the compressed data accessible for further processing with standard image tools.fiascotopnm is useful when working with legacy FIASCO-compressed images or when interfacing with systems that use FIASCO as an intermediate format.

PARAMETERS

--frame num

Frame number to extract.

INSTALL

sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm

SEE ALSO

pnmtofiasco(1), pnm(5)

RESOURCES

Homepage