QRT Ray Tracer bitmap
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 22: | Line 22: | ||
* [http://www.programmersheaven.com/download/14195/download.aspx QRT Ray Tracer source code] (RAYSRC.ZIP) | * [http://www.programmersheaven.com/download/14195/download.aspx QRT Ray Tracer source code] (RAYSRC.ZIP) | ||
* [http://cd.textfiles.com/graphics16000/GENERAL/RAYTRACE/DKB/ DKBTrace] | * [http://cd.textfiles.com/graphics16000/GENERAL/RAYTRACE/DKB/ DKBTrace] | ||
+ | * [[Konvertor]] | ||
* [[Netpbm]]: qrttoppm | * [[Netpbm]]: qrttoppm | ||
* [[XnView]] (format named QRT or DIS) | * [[XnView]] (format named QRT or DIS) | ||
− | * [ | + | * [[Tom's Viewer]] |
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/qrt}} |
Latest revision as of 04:09, 28 December 2023
QRT Ray Tracer bitmap is the default output format of the QRT Ray Tracer (also known as Quick Ray Tracer or QRT) software. It is an uncompressed truecolor raster image format.
This format is also used by the DKBTrace (DKB Ray Tracer) software, which uses a default filename of data.dis.
Contents |
[edit] Format
Files have a 4-byte header, containing the width and height. Each row has a 2-byte prefix containing the row number.
[edit] Identifiers
The QRT Ray Tracer software uses the .raw filename extension for this format. Some third-party applications use .qrt, though this conflicts with QRT Ray Tracer scene description format.
[edit] See also
[edit] Software
- QRT Ray Tracer source code (RAYSRC.ZIP)
- DKBTrace
- Konvertor
- Netpbm: qrttoppm
- XnView (format named QRT or DIS)
- Tom's Viewer