be a little chattier...

This commit is contained in:
gutmet 2021-06-26 17:32:31 +02:00
parent fa1c053e07
commit f3d464f55e

View File

@ -306,6 +306,7 @@ func resizeAll(src string, dest string, w uint, h uint) {
if goutil.PathExists(outfile) {
continue
}
fmt.Println("Converting " + f)
file, err := os.Open(f)
goutil.OptPanic(err)
img, err := jpeg.Decode(file)