.TH QRT2FBM 1 25-Jun-90 .CM 3 .SH NAME qrt2fbm \- convert QRT image files to FBM format (Output from the QRT ray tracer) .SH SYNOPSIS .nf qrt2fbm [ -t'title' -c'credits' ] < rawfile > fbm .fi .SH DESCRIPTION .PP Converts a file in the format ouput by the QRT ray tracing package to fbm format. .SH OPTIONS .TP .BR -t'title' .I title, specify a character string (up to 80 characters) to describe the image. The default is no title. .TP .BR -c'credits' .I credits or subtitle, specify a second character string (up to 80 characters) to describe the image. The default is no credit string. .SH EXAMPLE .PP qrt2fbm -t'Tiger' -c'Joe' < tiger.raw > tiger.fbm .SH SEE ALSO fbm(1) for general discussion, pbm(1) for PBM routines. .SH BUGS None known. .SH HISTORY Copyright (C) 1989,1990 by Michael Mauldin. Permission is granted to use this file in whole or in part for any purpose, educational, recreational or commercial, provided that this copyright notice is retained unchanged. This software is available to all free of charge by anonymous FTP and in the UUNET archives. .TP 25-Jun-90 Michael Mauldin at Carnegie Mellon University Release 1.0 mlm@cs.cmu.edu .TP 07-Mar-89 Michael L. Mauldin at Carnegie Mellon University Beta release (version 0.9) mlm@cs.cmu.edu