Difference between revisions of "Mipmap Generator"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
Line 1: Line 1:
// this page is still under construction
+
The goal of this project was to generate mipmaps and to provide readers for both 2D image and 3D volume. We also looked for file formats that best suited our needs and tried to make it efficient for our common applications of mipmaps.
  
// brief summary goes here...
+
==Manuals==
  
 
[[Mipmap Generator 2D Manual]]
 
[[Mipmap Generator 2D Manual]]
  
 
[[Mipmap Generator 3D Manual]]
 
[[Mipmap Generator 3D Manual]]
 +
 +
==Acknowledgment==
 +
 +
Thanks Han and Jurgen for always being there when I needed help.

Revision as of 23:28, 7 April 2008

The goal of this project was to generate mipmaps and to provide readers for both 2D image and 3D volume. We also looked for file formats that best suited our needs and tried to make it efficient for our common applications of mipmaps.

Manuals

Mipmap Generator 2D Manual

Mipmap Generator 3D Manual

Acknowledgment

Thanks Han and Jurgen for always being there when I needed help.