mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +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
|
||
|
}
|
||
|
}
|
||
|
});
|