Made pyramid seeding more spammy (user request). TODO: percentage output would be nicer.

This commit is contained in:
Sascha L. Teichmann 2015-08-10 17:43:52 +02:00
parent c4c35dc10d
commit dc2845abb1

View File

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