How to read .bimg file format?

Hi,

I wanted to ask, if we can read .bimg file format in 3D slicer! I have received some raw ultrasound data stored in *.bimg file format (I think, it’s a video frames). However, I looked all over the net to find some information but no success.

This is the first time I hear about this file format. I would recommend to ask your collaborators to save images in more commonly used formats, such as nrrd.

You can read any uncompressed image data set using RawImageGuess.

If you often need to read such files and you can make sense of the file format (the image header is in text or easy-to-parse binary) then you can write a simple Python-scripted file reader plugin.