mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 22:26:10 +03:00
Created The DZI File Format (markdown)
parent
ce1e901546
commit
b552c63d5d
9
The-DZI-File-Format.md
Normal file
9
The-DZI-File-Format.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
For a general overview, see https://msdn.microsoft.com/en-us/library/cc645077(VS.95).aspx.
|
||||||
|
|
||||||
|
When creating a DZI image, you specify a tile size and overlap. The conversion tool then goes through the image, breaking it into tiles. It starts with the full resolution image, and starts creating tiles from the upper left corner, with the first tile being 0_0, the next in the top row being 1_0, etc. The first tile on the next row is 0_1, etc. This becomes the highest level.
|
||||||
|
|
||||||
|
The tool then scales the image down to half width and runs through and tiles it again, using the same numbering system. This becomes the next level.
|
||||||
|
|
||||||
|
The tool continues scaling down by half, outputting new levels, until the image is down to approximately 1px wide. This is the lowest level, and it's designated level 0. The next level above it is level 1, etc.
|
||||||
|
|
||||||
|
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.
|
Loading…
Reference in New Issue
Block a user