python-bioformats icon indicating copy to clipboard operation
python-bioformats copied to clipboard

How to get the tile images in multiprocessing

Open InfinityBox opened this issue 2 years ago • 0 comments

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?

InfinityBox avatar Dec 07 '22 19:12 InfinityBox