Bob ray tracer bitmap
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(One intermediate revision by one user not shown) | |||
Line 17: | Line 17: | ||
== Sample files == | == Sample files == | ||
* http://www.fileformat.info/format/vividbob/sample/index.htm → MARBLES.BOB | * http://www.fileformat.info/format/vividbob/sample/index.htm → MARBLES.BOB | ||
+ | * {{DexvertSamples|image/bobRayTracerBitmap}} | ||
== See also == | == See also == |
Latest revision as of 02:56, 28 December 2023
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 |
[edit] 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.
[edit] Software
[edit] Sample files
- http://www.fileformat.info/format/vividbob/sample/index.htm → MARBLES.BOB
- dexvert samples — image/bobRayTracerBitmap
[edit] See also
[edit] 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