mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 09:20:17 +01:00
Made pyramid seeding more spammy (user request). TODO: percentage output would be nicer.
This commit is contained in:
parent
c4c35dc10d
commit
dc2845abb1
@ -169,6 +169,8 @@ func fuseTile(scratch *image.RGBA, job *pyramidJob) error {
|
||||
|
||||
resized := resize.Resize(256, 256, scratch, resize.Lanczos3)
|
||||
|
||||
log.Printf("Writing pyramid tile '%s'.\n", job.dst)
|
||||
|
||||
return common.SaveAsPNG(job.dst, resized)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user