1
0
Fork 0
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:
Managor 2025-03-28 20:05:15 +02:00 committed by GitHub
parent c4a7cb24e8
commit 8f166f4fa4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`: