mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
typo
parent
643b9c3737
commit
6b74921c35
@ -4,7 +4,7 @@ When creating a DZI image, you specify a size, format, and overlap. The [convers
|
||||
|
||||
Note that tile overlaps are on both sides of the join, so a one pixel overlap (for example) means tiles 0_0 and 1_0 have two columns of pixels in common.
|
||||
|
||||
The tile size is usually chosen so that non-edge tiles are a power of two along the side. With overlap one and tile size 254, tile 0_0 will be 255x255, but all no-edge tiles will be 256x256.
|
||||
The tile size is usually chosen so that non-edge tiles are a power of two along the side. With overlap one and tile size 254, tile 0_0 will be 255x255, but all non-edge tiles will be 256x256.
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user