Increase default CacheRowHeight

This commit is contained in:
David Vogel 2023-12-23 01:17:40 +01:00
parent 7a6915480b
commit 88507af167

View File

@ -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)
}