When I save an image in scipy using scipy.misc.imsave, it always “normalizes” the image intensities, scaling the lowest value to 0 and the highest to 1 (for grayscale), comparable to what MATLAB does with the [] argument in imshow(image, []). Is there a way to disable this?
When I save an image in scipy using scipy.misc.imsave , it always normalizes the
Share
I found this: http://stefaanlippens.net/scipy_unscaledimsave