commit fe52646c6d1e1ccb57999ab4424dc1008e8798ea Author: kts Date: Sat Aug 3 15:22:42 2013 -0700 Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL diff --git a/CBDL b/CBDL new file mode 120000 index 0000000..1b4fc4a --- /dev/null +++ b/CBDL @@ -0,0 +1 @@ +../CBDL \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..d94badc --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +==== +vif +==== +vif, or voxel image format, is, as the name suggests, an image format for storing volumetric pixels. More plainly put, it is a three-dimensional image format, storing data for x, y, and z. + +vif.html, vif.js, test.vif +---------------- +Contained within this directory is a JavaScript implementation of a basic vif reader that relies on CBDL. It simply loads the test.vif file and displays it, with controls for rotating and zooming the image. + diff --git a/test.vif b/test.vif new file mode 100644 index 0000000..35f7388 Binary files /dev/null and b/test.vif differ diff --git a/vif.html b/vif.html new file mode 100644 index 0000000..e69de29 diff --git a/vif.js b/vif.js new file mode 100644 index 0000000..e69de29