Hi, I am trying to add a high resolution image to my spe object as follows ``` spe <- addImg( spe, sample_id = "section1", image_id = "HR_img", imageSource = "/path/to/img/Hres.tif", scaleFactor = NA_real_, load = TRUE ) ``` but I get this error ``` Error: R: width or height exceeds limit `/path/to/img/Hres.tif' @ error/cache.c/OpenPixelCache/3909 ``` Thanks for your help! Alfonso
Hi,
I am trying to add a high resolution image to my spe object as follows
but I get this error
Thanks for your help!
Alfonso