VIFF

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
'''VIFF''', or '''Khoros Visualization image''', is a raster image file format associated with the ''Khoros'' data analysis and visualization software. It is a fairly complex format, supporting a variety of image types, color spaces, compression schemes, etc.
 
'''VIFF''', or '''Khoros Visualization image''', is a raster image file format associated with the ''Khoros'' data analysis and visualization software. It is a fairly complex format, supporting a variety of image types, color spaces, compression schemes, etc.
  
Apparently, there are at least two Khoros formats named VIFF. Khoros 1.x's VIFF (1.0) format was called "xvimage" by Khoros 2.x, and a new "VIFF" (2.0) format was introduced.
+
Apparently, there are at least two Khoros formats named VIFF. Khoros 1.x's VIFF format (which we'll call VIFF 1.0) was called "xvimage" by Khoros 2.x, and a new "VIFF" (2.0) format was introduced.
  
 
== History ==
 
== History ==
Line 14: Line 14:
 
== Format ==
 
== Format ==
 
VIFF 1.0 files begin with a 1024-byte fixed header.
 
VIFF 1.0 files begin with a 1024-byte fixed header.
 +
 +
VIFF 2.0 format is based on [[GDBM|GNU dbm]] format, with an additional byte at the beginning of the file to indicate the platform.
  
 
== Identification ==
 
== Identification ==
 
VIFF 1.0 files start with bytes <code>ab 01</code>.
 
VIFF 1.0 files start with bytes <code>ab 01</code>.
  
Some or all VIFF 2.0 files start with <code>08 13 57 9a</code>.
+
VIFF 2.0 files begin with <code>?? 13 57 9a ce</code>, or <code>?? 13 57 9a cf</code>, or possibly some other signature. Presumably, some other Khoros formats also begin this way. For VIFF, the ASCII strings "<code>ViffMagicCookie</code>" and "<code>ThisIsAViff</code>" appear somewhere in the file.
  
 
== Software ==
 
== Software ==

Revision as of 21:39, 29 September 2014

File Format
Name VIFF
Ontology
Extension(s) .xv, .viff
Released 1990

VIFF, or Khoros Visualization image, is a raster image file format associated with the Khoros data analysis and visualization software. It is a fairly complex format, supporting a variety of image types, color spaces, compression schemes, etc.

Apparently, there are at least two Khoros formats named VIFF. Khoros 1.x's VIFF format (which we'll call VIFF 1.0) was called "xvimage" by Khoros 2.x, and a new "VIFF" (2.0) format was introduced.

Contents

History

Khoros was originally developed at the University of New Mexico. The first public beta release was in 1990, and the first official release was in 1991. Somehow (in 1992?) it came to be owned by a company named Khoral. In 1996, it was split into two products: Khoros Pro and Advanced Khoros. In 2004, Khoros Pro was sold to Accusoft and renamed VisiQuest.

Format

VIFF 1.0 files begin with a 1024-byte fixed header.

VIFF 2.0 format is based on GNU dbm format, with an additional byte at the beginning of the file to indicate the platform.

Identification

VIFF 1.0 files start with bytes ab 01.

VIFF 2.0 files begin with ?? 13 57 9a ce, or ?? 13 57 9a cf, or possibly some other signature. Presumably, some other Khoros formats also begin this way. For VIFF, the ASCII strings "ViffMagicCookie" and "ThisIsAViff" appear somewhere in the file.

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox