scihant / CTPanoramaView

A library that displays spherical or cylindrical panoramas with touch or motion based controls.
MIT License
1.04k stars 89 forks source link

Add support for a max-zoom level #39

Closed bitwizardry-net closed 4 years ago

bitwizardry-net commented 5 years ago

Currently the pinch-to-zoom level is fixed between 20 and 80. Depending on your picture quality the max zoom level can be too high which will result in blurry/pixelated pictures. It would be great to have an option to configure this.

scihant commented 4 years ago

Added two variables (minFoV and maxFoV) in 6e2264c1937bbdc6452026a5e5d75a78de6e2b8c. It's available in the latest release.