VORT file
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 28: | Line 28: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|image/vortPIX}} |
Latest revision as of 03:58, 28 December 2023
VORT file (.pix) is a raster image format associated with the VORT (Very Ordinary Rendering Toolkit) ray tracer and image processing software.
There is another raster image format associated with VORT: a "simple" image format used by VORT's vort2simp utility. This format consists of a .hdr file and a .rgb file.
For the .scn format associated with VORT's ray tracer, see VORT art scene.
Contents |
[edit] Identification
VORT files begin with ASCII "VORT01
".
There is also an old VORT format ("vort 1.0 image"). Old format files apparently begin with ?? ?? ff ff
or ff ff ?? ??
, depending on the endianness of the system they were created on.
[edit] Specifications
- vort.tar.gz → docs/vortfile.5, docs/vortfile.doc
[edit] Software
- Konvertor
- vort.tar.gz - VORT 2.3.3
- ppm2vort, vort2ppm, etc.
- old/conv: Utility to convert old format to new format
- XnView
- Deark