Go to file
kts 301a32fc36 Added some code for window.close() on Chrome - only supported with user action on FF 2.0 and up 2013-08-06 01:11:17 -07:00
CBDL Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL 2013-08-03 15:22:42 -07:00
README Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL 2013-08-03 15:22:42 -07:00
test.vif Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL 2013-08-03 15:22:42 -07:00
vif.html Added scaling, resizing, and some basic resizing 2013-08-04 22:30:46 -07:00
vif.js Added some code for window.close() on Chrome - only supported with user action on FF 2.0 and up 2013-08-06 01:11:17 -07:00
vif_mobile.appcache more changes for the mobile version, with an appcache added for offline usage 2013-08-04 23:35:05 -07:00
vif_mobile.html more changes for the mobile version, with an appcache added for offline usage 2013-08-04 23:35:05 -07:00

README

====
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.