We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76124b commit 355521bCopy full SHA for 355521b
bin/stitch/dzi.go
@@ -19,7 +19,7 @@ import (
19
20
const (
21
dziTileSize = 512 // The (maximum) width and height of a tile in pixels, not including the overlap.
22
- dziOverlap = 0 // The amount of additional pixels on every side of every tile. The real (max) width/height of an image is `2*overlap + tileSize`.
+ dziOverlap = 2 // The amount of additional pixels on every side of every tile. The real (max) width/height of an image is `2*overlap + tileSize`.
23
)
24
25
type DZI struct {
0 commit comments