mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 14:56:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,6 +8,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> 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:
|
||||
- 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}}`
|
||||
|
||||
Reference in New Issue
Block a user