mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-28 22:26:47 +02:00
Made pyramid seeding more spammy (user request). TODO: percentage output would be nicer.
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user