I am trying to save a TIFF image using PIL with custom tags.
import numpy as np import PIL numrows=10 numcols=10 data = np.random.randint(0, 255, (numrows,num