|
dims := Dims{img.width, img.height, img.channels, img.depth}
|
|
dims := Dims{img.width, img.height, img.channels, img.depth}
|
|
testing.expectf(t, dims_pass, "%v has %v, expected: %v", file.file, dims, test.dims)
|
|
testing.expectf(t, dims_pass, "%v has %v, expected: %v", file.file, dims, test.dims)
|