mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
13 lines
194 B
JavaScript
13 lines
194 B
JavaScript
testpattern({
|
|
Image: {
|
|
xmlns: 'http://schemas.microsoft.com/deepzoom/2008',
|
|
Format: 'jpg',
|
|
Overlap: 1,
|
|
TileSize: 254,
|
|
Size:{
|
|
Height: 1000,
|
|
Width: 1000
|
|
}
|
|
}
|
|
});
|