Hugo Botelho

Results 1 issues of Hugo Botelho

When saving [this OIB file](https://github.com/hmbotelho/oib_to_tif/raw/main/Image0010_01.oib) with RBioFormats the pixel size metadata is lost. Here's what I did: ``` library(RBioFormats) img = read.image("Image0010_01.oib", normalize = FALSE)[,,2] write.image(img, "Image0010_01.ome.tiff", force = TRUE,...

bug :bug: