InsightSoftwareConsortium / itkwidgets

An elegant Python interface for visualization on the web platform to interactively generate insights into multidimensional images, point sets, and geometry.
https://itkwidgets.readthedocs.io/
Apache License 2.0
574 stars 83 forks source link

Roi image #710

Closed bnmajor closed 7 months ago

bnmajor commented 7 months ago

Add support for requesting an NgffImage of the current ROI

review-notebook-app[bot] commented 7 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 7 months ago

View / edit / reply to this conversation on ReviewNB

thewtex commented on 2023-12-14T15:13:04Z ----------------------------------------------------------------

Line #3.    from ngff_zarr import to_multiscales, itk_image_to_ngff_image, to_ngff_image, Methods

add ngff_image_to_itk_image,remove itk_image_to_ngff_image and to_ngff_image


_bnmajor commented on 2023-12-14T15:43:33Z_ ----------------------------------------------------------------

Fixed