Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panorama viewer #234

Closed
oparoz opened this issue Jul 26, 2015 · 4 comments
Closed

Panorama viewer #234

oparoz opened this issue Jul 26, 2015 · 4 comments

Comments

@oparoz
Copy link
Contributor

oparoz commented Jul 26, 2015

User requested

Some people would like to be able to view panorama or photo sphere images such as the ones taken by a mobile phone.

I know bigshot supports VR images. Not sure what it would take to implement...

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@oparoz oparoz added this to the backlog milestone Jul 26, 2015
@setnes
Copy link
Contributor

setnes commented Aug 29, 2015

I was thinking about this when we worked on the image preview size logic that was based on the monitor size. Even without a fancy VR viewer, panoramas might be better viewed if they could simply be zoomed and scrolled. Right now we decide the longest image edge for the preview size based on the longest monitor edge plus a normalization fudge of 100. For a panorama, requesting a larger image (make the shortest image edge match the longest monitor edge) might have an advantage... but it could end up being a very large file served. It seems like it should be a second download.

The ratio between image length and width could drive this. If it was over a certain threshold (maybe one edge has to be more than twice as long as the other), we could treat it as a panorama. I don't think we have the image dimensions at the time we are requesting the preview though.

Just thoughts...

@oparoz
Copy link
Contributor Author

oparoz commented Aug 29, 2015

If we automatically download the HD pictures when zooming in (#193). We could keep things as-is and users would get the full res image as soon as they zoom-in and could then pan left-right.

Would that be good enough?

@jospoortvliet
Copy link

@oparoz for panorama's - I think it's fine... Sure, the whole parallax thing is fancy but not really crucial.

@oparoz
Copy link
Contributor Author

oparoz commented Sep 4, 2016

This issue was moved to nextcloud/gallery#43

@oparoz oparoz closed this as completed Sep 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants