Open jkh1 opened 5 years ago
The viewer in browser mode is not able to display images from this file: https://oc.embl.de/index.php/s/heFlwuQwZOozPnS
library(RBioFormats) library(EBImage) img <- read.image(f, subset = list(T=2)) # Reading one image using RBioFormats display(img, method ='browser) # Shows an empty/grayish output display(img, method ="raster") # OK
The viewer in browser mode is not able to display images from this file: https://oc.embl.de/index.php/s/heFlwuQwZOozPnS