mayakraft / Panorama

Spherical panorama view, iOS
MIT License
649 stars 135 forks source link

Large Image not loading. #69

Closed vijayradke closed 7 years ago

vijayradke commented 7 years ago

Hello, My Image size is more than 40 MB and it is not loading in Panorama view. Just showing white screen. Can anyone face this kind of issue? Appreciate for any kind of help. Thanks.

mayakraft commented 7 years ago

Hi @vijayradke do the image dimensions conform to the list of powers of 2 for OpenGL textures?

acceptable image sizes: (4096×2048), 2048×1024, 1024×512, 512×256, 256×128 ...

vijayradke commented 7 years ago

Hi @robbykraft thanks for quick response. It resolved my issue.