Skip to content

Saving OIB: metadata is lost #27

Description

@hmbotelho

When saving this OIB file 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, pixelType = "uint16")

Doing the equivalent using the bfconvert command line tool preserves the pixel size metadata:

bfconvert Image0010_01.oib Image0010_01.ome.tiff

More info here: https://github.com/hmbotelho/oib_to_tif

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions