LinuxCommandLibrary

fiascotopnm

wavelet compression to PNM converter

TLDR

Convert FIASCO to PNM

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

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.

SEE ALSO

pnmtofiasco(1), pnm(5)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community