master
Tomas Aparicio 11 years ago
parent 38ef4460f9
commit 4779c8b9f3

@ -9,7 +9,7 @@ import (
func TestResize(t *testing.T) {
options := Options{Width: 800, Height: 600}
buf, _ := Read("../vips/fixtures/large.jpg")
buf, _ := Read("fixtures/large.jpg")
newImg, err := Resize(buf, options)
if err != nil {

Loading…
Cancel
Save