Merge pull request #166 from danjou-a/patch-1

Fix Resize verification value
master
Tomás Aparicio 9 years ago committed by GitHub
commit ce7bbda0f5

@ -132,7 +132,7 @@ if err != nil {
}
size, err := bimg.NewImage(newImage).Size()
if size.Width == 400 && size.Height == 300 {
if size.Width == 800 && size.Height == 600 {
fmt.Println("The image size is valid")
}

Loading…
Cancel
Save