mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 11:53:27 +02:00
Update ppmntsc.md
This commit is contained in:
parent
c4a7cb24e8
commit
8f166f4fa4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Make the RGB colors in a PPM image compatible with PAL color systems:
|
||||
|
||||
`ppmntsc {{[--p|--pal]}} {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}`
|
||||
`ppmntsc --pal {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}`
|
||||
|
||||
- Print the number of illegal pixels in the input image to `stderr`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue