VORT file
From Just Solve the File Format Problem
(Difference between revisions)
Line 16: | Line 16: | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [ftp://ftp4.gwdg.de/pub/grafik/vogl/vort.tar.gz vort.tar.gz] - VORT 2.3.3 | * [ftp://ftp4.gwdg.de/pub/grafik/vogl/vort.tar.gz vort.tar.gz] - VORT 2.3.3 | ||
** ppm2vort, vort2ppm, etc. | ** ppm2vort, vort2ppm, etc. | ||
** old/conv: Utility to convert old format to new format | ** old/conv: Utility to convert old format to new format | ||
* [[XnView]] claims to support Vort PIX, but we could not confirm. | * [[XnView]] claims to support Vort PIX, but we could not confirm. |
Revision as of 15:28, 22 February 2016
VORT file is a raster image format associated with the VORT (Very Ordinary Rendering Toolkit) ray tracer and image processing software.
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.
Specifications
- vort.tar.gz → docs/vortfile.5, docs/vortfile.doc
Software
- Konvertor
- vort.tar.gz - VORT 2.3.3
- ppm2vort, vort2ppm, etc.
- old/conv: Utility to convert old format to new format
- XnView claims to support Vort PIX, but we could not confirm.