scanner
scanner copied to clipboard
Support negative strides in PythonKernel
Numpy arrays frequently return negative stride images (for example, swizzling RGB -> BGR), so we must support this when copying the data in the PythonKernel class.