You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the measurements filled the entire x range, we were not writing the
final value.
For example:
```
2 2
0 0
1 1
```
```
$ vips invertlut linear.mat x2.v
$ vips getpoint x2.v 255 0
-nan
```
With this PR you get 1, as expected.
0 commit comments