HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ppmtoeyuv — Convert a PPM image to an Berkeley YUV file. More information: <https://netpbm.sourceforge.net/doc/p

Submitted by: @import:tldr-pages··
0
Viewed 0 times
yuvcommandppmtoeyuvconvertcliimageberkeleyppm

Problem

How to use the ppmtoeyuv command: Convert a PPM image to an Berkeley YUV file. More information: <https://netpbm.sourceforge.net/doc/ppmtoeyuv.html>.

Solution

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

Read a PPM image from the input file, convert it to a Berkeley YUV image, and store it in the specified output file:
ppmtoeyuv {{path/to/input_file.ppm}} > {{path/to/output_file.eyuv}}

Code Snippets

Read a PPM image from the input file, convert it to a Berkeley YUV image, and store it in the specified output file

ppmtoeyuv {{path/to/input_file.ppm}} > {{path/to/output_file.eyuv}}

Context

tldr-pages: common/ppmtoeyuv

Revisions (0)

No revisions yet.