Home

Awesome

Atlas Conversion Scripts

Introduction

This repository contains some scripts to help converting 3D volume data into a WebGL compatible 2D texture atlas.

The scripts allow you to generate an atlas from different types of volume data sources. This are the supported data types:

Also, there is a template script you can use to adapt it to your own volume data type.

Documentation

You can found the necessary information about how you can use the scripts and how to visualize the atlas on the wiki.

Set-up

To easy install the required dependencies we provide Anaconda environment files.

Windows

conda env create -f environment.yml
activate volren-atlas

Linux

conda env create -f environment-linux.yml
source activate volren-atlas

Related Publication