From c4d77a91ebeeaad9980765f7d7b9442a23a0d6bd Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 13 Nov 2017 11:47:08 -0800 Subject: [PATCH] Updated The DZI File Format (markdown) --- The-DZI-File-Format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/The-DZI-File-Format.md b/The-DZI-File-Format.md index 95b0e14..c5a8f11 100644 --- a/The-DZI-File-Format.md +++ b/The-DZI-File-Format.md @@ -1,6 +1,6 @@ For a general overview, see https://msdn.microsoft.com/en-us/library/cc645077(VS.95).aspx. -When creating a DZI image, you specify a size, format, 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. +When creating a DZI image, you specify a size, format, and overlap. The [conversion tool](http://openseadragon.github.io/examples/creating-zooming-images/) 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.