snippetbashTip
qrttoppm — Convert a QRT ray tracer file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/
Viewed 0 times
qrttracercommandconvertqrttoppmclirayfile
Problem
How to use the
qrttoppm command: Convert a QRT ray tracer file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/qrttoppm.html>.Solution
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}}Code Snippets
Convert a QRT file to a PPM image
qrttoppm {{path/to/file.qrt}} > {{path/to/image.ppm}}Context
tldr-pages: common/qrttoppm
Revisions (0)
No revisions yet.