You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix snapshot tool crashes and black images for XY image items
- Fix SystemError when taking snapshots of XYImageItem/MaskedXYImageItem
by converting src_rect from list to tuple before passing to C extension
- Add export_roi method to XYImageItem to properly handle coordinate
transformations using _scale_xy instead of _scale_rect
- Fixes snapshot rendering producing black images for non-uniform coordinates
0 commit comments