the-lay / tiler

N-dimensional NumPy array tiling and merging with overlapping, padding and tapering
https://the-lay.github.io/tiler/
MIT License
65 stars 10 forks source link

[IDEA] Return all bounding box corners of each tile #16

Closed the-lay closed 2 years ago

the-lay commented 2 years ago

tiler.get_tile_bbox_position can return not just two opposite bbox corners, but all four corners. For example, this can be helpful for napari-tiler to draw tiling preview in all dimensions.

the-lay commented 2 years ago

Added in 5e84d731b477f7cbcbbc3fa4759e724860ad1d42.