Description of API provided by DeepZoom-Service
Replace domain with appropriate url
http://domain/deepzoom/api/
Service takes an Url or an Image file and produces a set of Image Tiles (pyramidal Image) presentable within a Web-Viewer like OpenSeadragon (openseadragon.github.io)
Param: imageUrl the Url off an Image to process
Returns: a JSONP Object bearing all necessary information to produce a zoomable Image within an appropriate Viewer.
application/json
JSONP via GET
curl 'http://localhost:8080/deepzoom/api/getDzi?imageUrl=http://localhost:8080/deepzoom/example_img/Bambusgarten.png' -H 'Accept: application/x-javascript'
Some Issues with the example viewer page: http://localhost:8080/deepzoom/example