eyuvtoppm

Convert a Berkeley YUV file to PPM. More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.

Install

All systems
curl cmd.cat/eyuvtoppm.sh
Debian Debian
apt-get install netpbm
Ubuntu
apt-get install netpbm
Arch Arch Linux
pacman -S netpbm
image/svg+xml Kali Linux
apt-get install netpbm
CentOS
yum install netpbm-progs
Fedora
dnf install netpbm-progs
Windows (WSL2)
sudo apt-get update sudo apt-get install netpbm
OS X
brew install netpbm
Raspbian
apt-get install netpbm

Convert a Berkeley YUV file to PPM. More information: <https://netpbm.sourceforge.net/doc/eyuvtoppm.html>.

  • Read a Berkeley YUV file from the specified input file, convert it to a PPM image and store it in the specified output file:
    eyuvtoppm --width width --height height path/to/input_file.eyuv > path/to/output_file.ppm

© tl;dr; authors and contributors