1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/qrttoppm.md

227 B

qrttoppm

Convert a QRT ray tracer file to a PPM image. More information: https://netpbm.sourceforge.net/doc/qrttoppm.html.

  • Convert a QRT file to a PPM image:

qrttoppm {{path/to/file.qrt}} > {{path/to/image.ppm}}