Borrar filtros
Borrar filtros

How to save non-dicom images (like tiff, bmp, raw files) as dicom images

4 visualizaciones (últimos 30 días)
I have .bmp files which I want to save as dicom files. I tried using 'dicomwrite' command, but it didn't work. It seems the code just support dicom format files. Is that the case or could this be possible to save and view those .bmp files as dicom. Please support me with this.

Respuesta aceptada

Walter Roberson
Walter Roberson el 22 de Jun. de 2012
dicomwrite( imread('YourFile.bmp'), 'YourFile.dcm')

Más respuestas (0)

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by