Steps to reproduce : ``` python im= np.zeros((481,321)) plt.imsave('./test',im) img = plt.imread('test.png') img.shape[:2] != im.shape img.shape is (480,321) ``` It removes one row !