This commit is contained in:
Tomas Aparicio 2015-04-16 02:24:44 +02:00
parent eb933a8c38
commit c2a502a611
3 changed files with 17 additions and 16 deletions

View file

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