Skip to content

Commit

Permalink
Update output ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Jul 11, 2019
1 parent 9cfe13d commit 6da6774
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions testsuite/python-imageinput/ref/out-travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,29 +154,29 @@ Opened "testu16.tif" as a tiff
Read array typecode float32 [ 12288 ]

Testing write and read of unassociated:
writing: [[[0.5 0.5 0.5 0.5]
[0.5 0.5 0.5 0.5]]
writing: [[[ 0.5 0.5 0.5 0.5]
[ 0.5 0.5 0.5 0.5]]

[[0.5 0.5 0.5 0.5]
[0.5 0.5 0.5 0.5]]]
[[ 0.5 0.5 0.5 0.5]
[ 0.5 0.5 0.5 0.5]]]

default reading as IB: [[[0.25 0.25 0.25 0.5 ]
[0.25 0.25 0.25 0.5 ]]
default reading as IB: [[[ 0.25 0.25 0.25 0.5]
[ 0.25 0.25 0.25 0.5]]

[[0.25 0.25 0.25 0.5 ]
[0.25 0.25 0.25 0.5 ]]]
[[ 0.25 0.25 0.25 0.5]
[ 0.25 0.25 0.25 0.5]]]

reading as IB with unassoc hint: [[[0.5 0.5 0.5 0.5]
[0.5 0.5 0.5 0.5]]
reading as IB with unassoc hint: [[[ 0.5 0.5 0.5 0.5]
[ 0.5 0.5 0.5 0.5]]

[[0.5 0.5 0.5 0.5]
[0.5 0.5 0.5 0.5]]]
[[ 0.5 0.5 0.5 0.5]
[ 0.5 0.5 0.5 0.5]]]

reading as II with hint, read scanlines backward:
[1] = [[0.5 0.5 0.5 0.5]
[0.5 0.5 0.5 0.5]]
[0] = [[0.5 0.5 0.5 0.5]
[0.5 0.5 0.5 0.5]]
[1] = [[ 0.5 0.5 0.5 0.5]
[ 0.5 0.5 0.5 0.5]]
[0] = [[ 0.5 0.5 0.5 0.5]
[ 0.5 0.5 0.5 0.5]]


Done.

0 comments on commit 6da6774

Please sign in to comment.