In [1]:
%run ../common.ipynb


Populating the interactive namespace from numpy and matplotlib

In [2]:
img = imread('imagej-fused.tif', key=1)
imshow(img)


Out[2]:
<matplotlib.image.AxesImage at 0x10e3b1350>

In [3]:
img.shape


Out[3]:
(2140, 1351)

In [4]:
imsave('imagej-fused.tif', img)