mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
Updated The DZI File Format (markdown)
parent
c7c96ff500
commit
46448cfe5a
@ -16,6 +16,8 @@ The tile size is usually chosen so that non-edge tiles are a power of two along
|
||||
|
||||
Tiles are written even if they contribute no new pixels to the image. With overlap one, for example, you can have a two-pixel edge tile which simply repeats pixels in the previous tile.
|
||||
|
||||
![DZI image overlap schema](http://pix.toile-libre.org/upload/original/1566662441.png)
|
||||
|
||||
## Folder Structure
|
||||
|
||||
Metadata about the file is stored in an XML file using either the .dzi or .xml file extension, e.g. example.dzi. The tiles are stored in a folder next to it, named e.g. example_files. The tile of the lowest level in this example would be `example_files/0/0_0.jpg`.
|
||||
|
Loading…
Reference in New Issue
Block a user