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
Earlier today @StephanPreibisch tried to look at tile pair matches using renderScale=1.0 for two large (9417 x 8042) FIB-SEM tiles. The tiles did not render in Chrome or Firefox because (I think) the browser max area for HTML canvas elements was exceeded. This stack overflow post discusses the issue. The tile pair match UI (and all other canvas based UIs) should include size checks to prevent this type of error.
The text was updated successfully, but these errors were encountered:
Earlier today @StephanPreibisch tried to look at tile pair matches using
renderScale=1.0
for two large (9417 x 8042) FIB-SEM tiles. The tiles did not render in Chrome or Firefox because (I think) the browser max area for HTML canvas elements was exceeded. This stack overflow post discusses the issue. The tile pair match UI (and all other canvas based UIs) should include size checks to prevent this type of error.The text was updated successfully, but these errors were encountered: