CellProfiler / python-bioformats

Read and write life sciences file formats
Other
125 stars 45 forks source link

How to get the tile images in multiprocessing #161

Open InfinityBox opened 1 year ago

InfinityBox commented 1 year ago

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?