Closed peterlitvak closed 8 years ago
Do you mean that you would like to generate the tiles on the fly when the client request them?
I don't see how that would scale with big images. For example, if the user request the level 0, the whole image has to be read and down-sampled. That would take to much time (and memory) to do it as part of a web service.
you are correct, that question came from my poor understanding of how DZI is produced, I've educated myself now :)
You might be interested in iipsrv. I never tested it but they claim to support such functionality.
Very interesting, thank you!
Have you considered making dynamic generation of only the required tiles a feature of the component? This could be very useful if this component is used as part of an implementation of an end point for the UI (e.g. openseadragon) for handling "unlimited" size images.