Closed sebi06 closed 3 years ago
I might be related to using 'µm' as unit for scale. But from what I know this worked so far.
Hi Sebastian. Yes, the micron character is not in the 7-bit ASCII range as required by the TIFF standard. You can pass your own encoded byte string instead of a unicode str, e.g. imwrite(filename, data, description='micron \xB5'.encode('latin-1')))
. See also #17.
Ok, thx. I was not aware of this. And thanks for the tip.
Hi,
I cannot figure out why I run into this problem: Any hints what goes wrong
tifffile: 2020.12.8 Python 3.7.8 | packaged by conda-forge | (default, Nov 27 2020, 18:48:03) [MSC v.1916 64 bit (AMD64)] on win32