be a little chattier...
This commit is contained in:
parent
fa1c053e07
commit
f3d464f55e
|
@ -306,6 +306,7 @@ func resizeAll(src string, dest string, w uint, h uint) {
|
||||||
if goutil.PathExists(outfile) {
|
if goutil.PathExists(outfile) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
fmt.Println("Converting " + f)
|
||||||
file, err := os.Open(f)
|
file, err := os.Open(f)
|
||||||
goutil.OptPanic(err)
|
goutil.OptPanic(err)
|
||||||
img, err := jpeg.Decode(file)
|
img, err := jpeg.Decode(file)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user