Tim Morello
Tim Morello
Hi John, thank you for getting back so quickly! I get the same result with this image: https://downloads.openmicroscopy.org/images/OME-TIFF/2016-06/bioformats-artificial/multi-channel.ome.tiff My goal is to flip and rotate multi channel ome-tiffs, and save...
This image, for example, loads like this: ``` import pyvips import sys import matplotlib.pyplot as plt import numpy as np print(sys.version) print(pyvips.__version__) format_to_dtype = { 'uchar': np.uint8, 'char': np.int8, 'ushort':...
Your [response on stackoverflow](https://stackoverflow.com/questions/61150448/saving-multi-channel-n-3-images-with-jpeg-compression-python) was very helpful. I think the only additional step for me is to update the OME-XML to reflect the new image dimensions after transformations. The OME...