sleistikow / Spherical

A simple FLOSS spherical image viewer for Android.
GNU General Public License v3.0
1 stars 1 forks source link

Display images that do not contain photosphere metadata as flat images #6

Closed vanitasvitae closed 7 years ago

vanitasvitae commented 7 years ago

This could either be done using a seperate view (ImageView for example), or by a different Renderobject/projection type.

sleistikow commented 7 years ago

An ImageView definitely is the best solution here in terms of implementation complexity and efficiency.

vanitasvitae commented 7 years ago

I propose to use this library: https://github.com/davemorrissey/subsampling-scale-image-view

vanitasvitae commented 7 years ago

Implemented.