Files
cheatsheet-tldr/tldr/mtvtoppm

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}}`