python-bioformats
python-bioformats copied to clipboard
How to get the tile images in multiprocessing
Hi, if I got a series of the top left coordinates (x, y) of size with (500 x 500) images and use openBytesXYWH(0, x, y, 500, 500).
to extract the images, how can I get them with multiprocessing in python?