LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mtvtoppm

converts MTV ray tracer format to PPM

TLDR

Convert MTV ray tracer output to PPM
$ mtvtoppm [input.mtv] > [output.ppm]
copy

SYNOPSIS

mtvtoppm [file]

DESCRIPTION

mtvtoppm reads an MTV ray tracer image file as input and produces a PPM image as output. MTV refers to the output format of the MTV ray tracer program by Mark T. VandeWettering (named after his initials). The format is a simple uncompressed truecolor raster format. Files typically use the .pic or .mtv extension. 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