how to convert a .bin image stack to a .tif image stack

I have a ton of image stacks that are in .bin format and I need to convert them to .tif. Does anyone know how to do that in Matlab?
Thanks

2 Comments

.bin is not a standardized format, so we do not know how data is stored in your particular .bin file. Sometimes https://www.mathworks.com/help/matlab/ref/multibandread.html is suitable for .bin files.
YOu need to read the .bin file and write it to .tiff. If you know the format of your file..you can use fread to read the file.

Sign in to comment.

Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Products

Release

R2018a

Asked:

on 30 Jan 2019

Commented:

on 31 Jan 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!