diff --git a/pages/common/gouldtoppm.md b/pages/common/gouldtoppm.md new file mode 100644 index 000000000..fbb0cbc4b --- /dev/null +++ b/pages/common/gouldtoppm.md @@ -0,0 +1,8 @@ +# gouldtoppm + +> Convert a Gould scanner file to a PPM image. +> More information: . + +- Convert a Gould scanner file to a PPM image: + +`gouldtoppm {{path/to/file.gould}} > {{path/to/output.ppm}}` diff --git a/pages/common/mtvtoppm.md b/pages/common/mtvtoppm.md new file mode 100644 index 000000000..0868a00db --- /dev/null +++ b/pages/common/mtvtoppm.md @@ -0,0 +1,8 @@ +# mtvtoppm + +> Convert an MTV or PRT ray tracer file to a PPM image. +> More information: . + +- Convert an MTV or PRT ray tracer file to a PPM image: + +`mtvtoppm {{path/to/file.mtv}} > {{path/to/output.ppm}}` diff --git a/pages/common/pamstack.md b/pages/common/pamstack.md new file mode 100644 index 000000000..744c5914b --- /dev/null +++ b/pages/common/pamstack.md @@ -0,0 +1,12 @@ +# pamstack + +> Stack the planes of multiple PAM images into one PAM image. +> More information: . + +- Stack the planes of the specified PAM images in the specified order: + +`pamstack {{path/to/image1.pam path/to/image2.pam ...}} > {{path/to/output.pam}}` + +- Specify the tuple type name of the output PAM file (maximum of 255 characters): + +`pamstack -tupletype {{tuple_type}} {{path/to/image1.pam path/to/image2.pam ...}} > {{path/to/output.pam}}`