yuvtoppm
Convert Abekas YUV bytes to PPM. More information: <https://netpbm.sourceforge.net/doc/yuvtoppm.html>.
Install
- All systems
-
curl cmd.cat/yuvtoppm.sh
- Debian
-
apt-get install netpbm
- Ubuntu
-
apt-get install netpbm
- Arch Linux
-
pacman -S netpbm
- 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
- Dockerfile
- dockerfile.run/yuvtoppm
Convert Abekas YUV bytes to PPM. More information: <https://netpbm.sourceforge.net/doc/yuvtoppm.html>.
-
Read Akebas YUV bytes from the specified input file, convert them to a PPM image and store them in the specified output file:
yuvtoppm width height path/to/input_file.yuv > path/to/output_file.ppm
© tl;dr; authors and contributors