xvminitoppm

Convert XV thumbnails to PPM format

TLDR

Convert XV thumbnail to PPM
$ xvminitoppm [input.xv] > [output.ppm]

SYNOPSIS

xvminitoppm [file]

DESCRIPTION

xvminitoppm reads an XV "thumbnail" picture (a miniature image created by the XV visual schnauzer browser) as input and produces a PPM image as output. XV was a popular Unix image viewer in the 1990s. Part of the Netpbm toolkit.

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

pamtoxvmini(1), xwdtopnm(1)