Magne Lauritzen

Results 3 issues of Magne Lauritzen

In my application I am loading very large files (order of 100's MB), and it naturally takes rather long to process them. It would be useful from the users point...

enhancement

Array unwrap is computationally expensive for large arrays. This PR makes sure the underlying array is not unnecessarily unwrapped if it has not changed since it was last unwrapped. All...

In ImageItem.py, an UnderflowError exception is thrown in _try_rescale_float by numpy.nextafter() if the histogram levels minVal and maxVal are both 0. This PR fixes the problem by instead setting maxVal...