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

Slicing an 8192x8192 image made folder structure off-by-one for openseadragon #11

Open
patricksurry opened this issue Mar 28, 2018 · 0 comments

Comments

@patricksurry
Copy link

I used a square input file of exactly 2^13, and sliced with no command-line arguments. I got a file structure with folders 0...14, with a 128x128 image in 8/ and a single 256x256 image in 9/. Openseadragon seemed to expect that the image in 8 would be 256x256 and 9 would contain four tiles. I "fixed" by hacking the .dzi file to say the full image size was 8193x8193, or (better!), by removing folder 0/ and renaming all the other folders n/ => n-1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant