Skip to content

Commit

Permalink
Increase default CacheRowHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Dec 23, 2023
1 parent 7a69154 commit 88507af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stitch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func main() {
BlendTileLimit: *flagBlendTileLimit, // Limit median blending to the n newest tiles by file modification time.
}

stitchedImage, err := NewStitchedImage(tiles, outputRect, blendMethod, 64, overlays)
stitchedImage, err := NewStitchedImage(tiles, outputRect, blendMethod, 128, overlays)
if err != nil {
log.Panicf("NewStitchedImage() failed: %v.", err)
}
Expand Down

0 comments on commit 88507af

Please sign in to comment.