mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 21:43:08 +00:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mtvtoppm
|
|
|
|
> Convert an MTV or PRT ray tracer file to a PPM image.
|
|
> More information: <https://netpbm.sourceforge.net/doc/mtvtoppm.html>.
|
|
|
|
- Convert an MTV or PRT ray tracer file to a PPM image:
|
|
|
|
`mtvtoppm {{path/to/file.mtv}} > {{path/to/output.ppm}}`
|