Description
Hi there,
I'm using Histolab's RandomTiler to sample my image and extract some tiles at random. I'd like to save the image that gets output when I call the locate_tiles on my tile extractor. I've included a screenshot of the code here for your reference. It's the image in this screenshot that I'd like to save. Is there a line or two of code that I can use to save the output, perhaps with the PIL?
Also, a separate question on which I'd appreciate some clarity. I've extracted a tile and saved it to a destination folder. I've noticed in the tile's filename there are some numbers (bolded) "MAG218_seed100_tile_5_level0_691-740-991-940.tiff" If I remember correctly, these are two of the coordinates for the tile, but which ones were they? I can't seem to find that in your documentation.
I appreciate any insights you have. Thanks for all the help! :)