LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

xvminitoppm

Convert XV thumbnails to PPM format

TLDR

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

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
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai