Conceptually, I get the idea on how the GeoJs goes about loading the tiles.
Is there any way to understand the math behind it? (any file which i could look into?)
Why do i need this?
My requirement was to generate a pyramid structure for the WSI image uploaded.
I was able to do this based on the ImageHeight, ImageWidth and TileSize.
Reference : https://www.gasi.ch/blog/inside-deep-zoom-2
I need to generate this pyramid structure so as to match it with the structure generated by my scanner.
But, there was some difference in tiles generated. Therefore, to be sure that there is no data loss, I have to understand how the image is loaded on the viewer first.
Hence, if the math behind it is understood then, I can be sure of no data loss.
Any help is greatly appreciated!
And, just as general note, we’ve been shifting from Gitter to Discourse (https://discourse.girder.org/).
Noted