# Export dcm as a single file

**URL:** https://discourse.slicer.org/t/export-dcm-as-a-single-file/32618
**Category:** Support
**Created:** [November 6, 2023, 7:41am UTC](https://discourse.slicer.org/t/export-dcm-as-a-single-file/32618 "2023-11-06T07:41:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mohammed\_alshakhas](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/mohammed_alshakhas/32/10025_2.png) [@mohammed\_alshakhas](https://discourse.slicer.org/u/mohammed_alshakhas)
#### Post date: [November 6, 2023, 7:41am UTC](https://discourse.slicer.org/t/export-dcm-as-a-single-file/32618/1 "2023-11-06T07:41:56Z")

</div>

is it possible to export dicom as a single file rather than a directory?  
thanks

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [November 6, 2023, 3:54pm UTC](https://discourse.slicer.org/t/export-dcm-as-a-single-file/32618/2 "2023-11-06T15:54:19Z")

</div>

The dicom multiframe image format is very uncommon so we don’t support writing it directly (only reading it). If you really need a single dicom file you can use an external converter.

You’ll find it’s not a simple topic:

> **[How to convert DICOM sequence images into a multi frame DICOM file.](https://discourse.itk.org/t/how-to-convert-dicom-sequence-images-into-a-multi-frame-dicom-file/3116)**
>
> Now I have dicom files of one sequence? Totally 117 files. Now I want to write these files into on .dcm File？ How to do it? not use mimics and so on.

[https://groups.google.com/g/comp.protocols.dicom/c/h-8rj9ObBMM?pli=1](https://groups.google.com/g/comp.protocols.dicom/c/h-8rj9ObBMM?pli=1)
