# Saving arrays as .tiff images

**URL:** https://discourse.julialang.org/t/saving-arrays-as-tiff-images/33985
**Category:** New to Julia
**Created:** [January 30, 2020, 3:37pm UTC](https://discourse.julialang.org/t/saving-arrays-as-tiff-images/33985 "2020-01-30T15:37:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![samantp](https://avatars.discourse-cdn.com/v4/letter/s/f475e1/32.png) [@samantp](https://discourse.julialang.org/u/samantp)
#### Post date: [January 30, 2020, 3:37pm UTC](https://discourse.julialang.org/t/saving-arrays-as-tiff-images/33985/1 "2020-01-30T15:37:47Z")

</div>

Hi there, I’m quite new to Julia and working in medical image processing. I have a dicom image that I have successfully read in using the DICOM package (it is read as an array, u16, but I can convert this to another type of needed), now I am trying to save this image in a more convenient format (ideally .tiff). Is there a package that would allow me to do this? I was not able to find any functions in the Image package (but maybe I missed some).

Thanks

---

<div class="post-metadata">

### Author: ![rsrock](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rsrock/32/115_2.png) [@rsrock](https://discourse.julialang.org/u/rsrock)
#### Post date: [January 30, 2020, 3:40pm UTC](https://discourse.julialang.org/t/saving-arrays-as-tiff-images/33985/2 "2020-01-30T15:40:06Z")

</div>

See ImageMagick.jl or QuartzImageIO.jl. Both are part of (and used through) FileIO.jl
