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

Request - Tile size NOT power of 2 #13

Open
Where-Solutions opened this issue Apr 27, 2016 · 1 comment
Open

Request - Tile size NOT power of 2 #13

Where-Solutions opened this issue Apr 27, 2016 · 1 comment

Comments

@Where-Solutions
Copy link

Hi, my Panorama images are 8000 x 4000, so I think it would make sense to have 500x500 tiles?

This size is the standard output of the new Iris360 Google Street View Camera.

@martinheidegger
Copy link
Owner

martinheidegger commented Apr 29, 2016

To be perfectly honest: I don't remember why there was a ^2 restriction on the file size but I remember that it was part of the spec in the map-viewing software and in order to ensure that you can use the pictures in the viewing software I added this restriction. I think one particular problem lies in half-pixels. (rounding errors when stitching together the images later).

Do you want to provide a Pull Request where you could show how you would implement this?
You could speed up implementing this by looking up the viewer software and see whether they support tiles in non-power-2 sizes.

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

2 participants