We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c556d3d commit 368fdafCopy full SHA for 368fdaf
sane.py
@@ -316,7 +316,7 @@ def arr_snap(self):
316
np = numpy.frombuffer(data, numpy.uint16)
317
else:
318
raise RuntimeError("Unexpected sample size: %d" % sampleSize)
319
- return numpy.asfortranarray(numpy.reshape(np, (samples, width, height)))
+ return numpy.reshape(np, (height, width, samples))
320
321
def arr_scan(self):
322
"""
0 commit comments