Update documentation

This commit is contained in:
2024-06-04 08:48:33 +09:30
parent 75027684ec
commit 69b3360d79
2 changed files with 41 additions and 5 deletions

View File

@@ -234,7 +234,6 @@ func tileWorker(jobs <-chan tileJob, results chan<- string) {
writer, err := j.output.CreatePathAndFile(output_filename)
if err != nil {
log.Fatalf("could not create path/file: '%s'", err.Error())
panic(err)
}
if j.format == "png" {
err = png.Encode(writer, cropped)