Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 842 Bytes

File metadata and controls

32 lines (17 loc) · 842 Bytes

About

Description of API provided by DeepZoom-Service

RestFul Services

Replace domain with appropriate url

http://domain/deepzoom/api/

Services

getDzi

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.

Response Formats

application/json

Example Calls

JSONP via GET
curl 'http://localhost:8080/deepzoom/api/getDzi?imageUrl=http://localhost:8080/deepzoom/example_img/Bambusgarten.png' -H 'Accept: application/x-javascript'

Known Issues

Some Issues with the example viewer page: http://localhost:8080/deepzoom/example