Skip to content

Commit 88507af

Browse files
committed
Increase default CacheRowHeight
1 parent 7a69154 commit 88507af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/stitch/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func main() {
239239
BlendTileLimit: *flagBlendTileLimit, // Limit median blending to the n newest tiles by file modification time.
240240
}
241241

242-
stitchedImage, err := NewStitchedImage(tiles, outputRect, blendMethod, 64, overlays)
242+
stitchedImage, err := NewStitchedImage(tiles, outputRect, blendMethod, 128, overlays)
243243
if err != nil {
244244
log.Panicf("NewStitchedImage() failed: %v.", err)
245245
}

0 commit comments

Comments
 (0)