Thomas

Results 4 comments of Thomas

It looks like the print function's error.

if a tile has an extent of 4096, coordinate units within the tile refer to 1/4096th of its square dimensions. so if the distance of the neighbouring points are too...

You can download the source code, then use the command. ```shell python setup.py install ```

` from PIL import Image # +++++++ import Equirec2Perspec as E2P if __name__ == '__main__': equ = E2P.Equirectangular('src/image.jpg') # Load equirectangular image # # FOV unit is degree # theta...