Bob ray tracer bitmap
From Just Solve the File Format Problem
(Difference between revisions)
Line 13: | Line 13: | ||
* [[Konvertor]] | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
+ | * [[Tom's Viewer]] | ||
== Sample files == | == Sample files == |
Revision as of 16:07, 7 May 2019
Bob ray tracer bitmap refers to the raster image format used for output by the Bob ray tracer software. See Bob ray tracer scene description for more information about Bob.
Contents |
Format
The format appears to be a simple uncompressed paletted image format. A file begins with 4 bytes for the dimensions, then 768 bytes for the palette. The rest of the file is the image pixels.
Software
Sample files
See also
Links
- Photorealism and Ray Tracing in C - book by Christopher D. Watkins, Stephen B. Coy, Mark Finlay
- Vivid and Bob File Format Summary, from the Encyclopedia of Graphics File Formats - Related information, but doesn't mention this format directly