Python-Spherical-Projection

Convert cubemap image to an equirectangular spherical projection image using Python 2.7.

Currently only works with cubemaps laid out in the following format:

         ________
        |        |
        |   top  |
        |        |
 _______|________|_________________
|       |        |        |        |
| left  |  front |  right |  back  |
|       |        |        |        |
|_______|________|________|________|
        |        |
        |        |
        |  down  |
        |________|

Input Image input

Output Image output

Instructions

TODO